diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index e8b22c353a0..54eab466906 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -95,7 +95,6 @@ pub mod layout_interface; mod mem; mod network_listener; pub mod origin; -pub mod page; pub mod parse; pub mod reporter; pub mod script_runtime; |