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 8a2829059c0..e5c93357bd2 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -114,7 +114,6 @@ pub mod layout_wrapper; mod mem; mod microtask; mod network_listener; -pub mod origin; pub mod script_runtime; #[allow(unsafe_code)] pub mod script_thread; |