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 1a751635ea5..508a2f13e9c 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -116,6 +116,7 @@ pub mod script_runtime; pub mod script_thread; mod serviceworker_manager; mod serviceworkerjob; +mod stylesheet_loader; mod task_source; pub mod textinput; mod timers; |