aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 47dadf0d956..8fc23dc78b4 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -84,6 +84,7 @@ pub mod dom;
pub mod parse;
pub mod layout_interface;
+mod mem;
mod network_listener;
pub mod page;
pub mod script_task;