diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index cbacf516a3f..e93ddd9dc29 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -193,6 +193,7 @@ pub mod dom { pub mod range; pub mod screen; pub mod servohtmlparser; + pub mod storage; pub mod text; pub mod treewalker; pub mod uievent; |