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.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 13791748931..07090f4716b 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -91,7 +91,7 @@ pub mod script_runtime;
#[allow(unsafe_code)]
pub mod script_thread;
#[warn(deprecated)]
-mod serviceworker_manager;
+pub mod serviceworker_manager;
#[warn(deprecated)]
mod serviceworkerjob;
#[warn(deprecated)]
@@ -115,7 +115,7 @@ mod unpremultiplytable;
#[warn(deprecated)]
mod webdriver_handlers;
-pub use init::{init, init_service_workers};
+pub use init::init;
pub use script_runtime::JSEngineSetup;
/// A module with everything layout can use from script.