mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +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
|
@ -17,8 +17,7 @@ use dom::bindings::str::DOMString;
|
|||
use dom::document::Document;
|
||||
use dom::element::{AttributeMutation, Element, ElementCreator};
|
||||
use dom::element::{cors_setting_for_element, reflect_cross_origin_attribute, set_cross_origin_attribute};
|
||||
use dom::event::{Event, EventBubbles, EventCancelable};
|
||||
use dom::eventdispatcher::EventStatus;
|
||||
use dom::event::{Event, EventBubbles, EventCancelable, EventStatus};
|
||||
use dom::globalscope::GlobalScope;
|
||||
use dom::htmlelement::HTMLElement;
|
||||
use dom::node::{ChildrenMutation, CloneChildrenFlag, Node};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue