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 1e4579597a6..8d591886a52 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -69,6 +69,7 @@ pub mod script_thread; mod serviceworker_manager; mod serviceworkerjob; mod stylesheet_loader; +mod task_manager; mod task_queue; mod task_source; pub mod test; |