aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-01-21 15:28:49 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2017-01-22 15:31:47 +0100
commit7dd5945237ab4442cb65f69cd65745120898fc1d (patch)
treec6ecbc584c4d559d8eddbe8c5609f1fb7c349be2 /components/script/dom/mod.rs
parent7aea6e6ea3516e5f91bee35c96358bfacc453198 (diff)
downloadservo-7dd5945237ab4442cb65f69cd65745120898fc1d.tar.gz
servo-7dd5945237ab4442cb65f69cd65745120898fc1d.zip
Inline dom::eventdispatcher into dom::event
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 0fd610ed46b..5de594a5195 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -276,7 +276,6 @@ pub mod domtokenlist;
pub mod element;
pub mod errorevent;
pub mod event;
-pub mod eventdispatcher;
pub mod eventsource;
pub mod eventtarget;
pub mod extendableevent;