mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Inline dom::eventdispatcher into dom::event
This commit is contained in:
parent
7aea6e6ea3
commit
7dd5945237
8 changed files with 283 additions and 301 deletions
|
@ -15,8 +15,7 @@ use dom::bindings::str::DOMString;
|
|||
use dom::crypto::Crypto;
|
||||
use dom::dedicatedworkerglobalscope::DedicatedWorkerGlobalScope;
|
||||
use dom::errorevent::ErrorEvent;
|
||||
use dom::event::{Event, EventBubbles, EventCancelable};
|
||||
use dom::eventdispatcher::EventStatus;
|
||||
use dom::event::{Event, EventBubbles, EventCancelable, EventStatus};
|
||||
use dom::eventtarget::EventTarget;
|
||||
use dom::window::Window;
|
||||
use dom::workerglobalscope::WorkerGlobalScope;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue