Inline dom::eventdispatcher into dom::event

This commit is contained in:
Anthony Ramine 2017-01-21 15:28:49 +01:00
parent 7aea6e6ea3
commit 7dd5945237
8 changed files with 283 additions and 301 deletions

View file

@ -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;