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 90b320bd25f..0d726a723af 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -113,6 +113,7 @@ pub mod script_runtime; #[allow(unsafe_code)] pub mod script_thread; mod serviceworker_manager; +mod serviceworkerjob; mod task_source; pub mod textinput; mod timers; |