mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Use DOMString more consistently.
This commit is contained in:
parent
a0a61fe976
commit
0f5c9a35b9
76 changed files with 161 additions and 146 deletions
|
@ -132,7 +132,7 @@ pub struct Event {
|
|||
reflector_: Reflector,
|
||||
current_target: Option<AbstractEventTarget>,
|
||||
target: Option<AbstractEventTarget>,
|
||||
type_: ~str,
|
||||
type_: DOMString,
|
||||
phase: EventPhase,
|
||||
default_prevented: bool,
|
||||
stop_propagation: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue