Skip to content

Commit

Permalink
Auto merge of #15137 - nox:dispatch, r=jdm
Browse files Browse the repository at this point in the history
Kill eventdispatcher

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15137)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jan 22, 2017
2 parents 8544c8c + 3dd3736 commit dc9706c
Show file tree
Hide file tree
Showing 8 changed files with 282 additions and 368 deletions.
3 changes: 1 addition & 2 deletions components/script/dom/document.rs
Expand Up @@ -41,8 +41,7 @@ use dom::documenttype::DocumentType;
use dom::domimplementation::DOMImplementation;
use dom::element::{Element, ElementCreator, ElementPerformFullscreenEnter, ElementPerformFullscreenExit};
use dom::errorevent::ErrorEvent;
use dom::event::{Event, EventBubbles, EventCancelable, EventDefault};
use dom::eventdispatcher::EventStatus;
use dom::event::{Event, EventBubbles, EventCancelable, EventDefault, EventStatus};
use dom::eventtarget::EventTarget;
use dom::focusevent::FocusEvent;
use dom::forcetouchevent::ForceTouchEvent;
Expand Down

0 comments on commit dc9706c

Please sign in to comment.