mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move EventTargetTypeId/NodeTypeId to DOMClass
This commit is contained in:
parent
8d7ba12f28
commit
941f7dc04b
24 changed files with 149 additions and 74 deletions
|
@ -1288,7 +1288,7 @@ impl Window {
|
|||
};
|
||||
|
||||
let win = box Window {
|
||||
eventtarget: EventTarget::new_inherited(EventTargetTypeId::Window),
|
||||
eventtarget: EventTarget::new_inherited(),
|
||||
script_chan: script_chan,
|
||||
image_cache_chan: image_cache_chan,
|
||||
control_chan: control_chan,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue