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 bee43944c69..ed7b530d6f6 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -91,6 +91,7 @@ pub mod parse; pub mod reporter; #[allow(unsafe_code)] pub mod script_thread; +mod task_source; pub mod textinput; mod timers; mod unpremultiplytable; |