diff options
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
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; |