aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorsnf <snf@users.noreply.github.com>2015-03-21 19:17:54 +0000
committersnf <snf@users.noreply.github.com>2015-03-24 18:03:06 +0000
commitdb6aeef2efbad225afe92c5979c04d628cd596eb (patch)
tree276ed04fbea15edd8a3018e8975c5d773e8df8f6 /components/script/dom/mod.rs
parent1432b630d2fb54be1bae512d3a37cc0aee714db4 (diff)
downloadservo-db6aeef2efbad225afe92c5979c04d628cd596eb.tar.gz
servo-db6aeef2efbad225afe92c5979c04d628cd596eb.zip
implementing StorageEvent interface
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 9f12913e23c..63170f8b70b 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -310,6 +310,7 @@ pub mod range;
pub mod screen;
pub mod servohtmlparser;
pub mod storage;
+pub mod storageevent;
pub mod text;
pub mod treewalker;
pub mod uievent;