aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-02-22 11:48:46 -0700
committerbors-servo <metajack+bors@gmail.com>2015-02-22 11:48:46 -0700
commit287f390c4a56dd8c5960df699d45653227b25d6f (patch)
tree12503aa177afda01e92156174e17b41a948fa284 /components/script/dom/mod.rs
parent3ea09bf2ea8db621107abbc8b358f1c0ce0ffea4 (diff)
parent325400dce41486ca9bdb4fa8ea07236520e86a50 (diff)
downloadservo-287f390c4a56dd8c5960df699d45653227b25d6f.tar.gz
servo-287f390c4a56dd8c5960df699d45653227b25d6f.zip
auto merge of #5020 : jdm/servo/canvas, r=jdm
Rebase of #4639.
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index d5446e525b4..1d95cf1d2d5 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -290,6 +290,7 @@ pub mod htmltrackelement;
pub mod htmlulistelement;
pub mod htmlvideoelement;
pub mod htmlunknownelement;
+pub mod imagedata;
pub mod keyboardevent;
pub mod location;
pub mod messageevent;