diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 325e9cba1e0..6f015063dde 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -91,16 +91,16 @@ pub mod dom; pub mod parse; +pub mod clipboard_provider; +mod devtools; +mod horribly_inefficient_timers; pub mod layout_interface; mod mem; mod network_listener; pub mod page; pub mod script_task; -mod timers; pub mod textinput; -pub mod clipboard_provider; -mod devtools; -mod horribly_inefficient_timers; +mod timers; mod webdriver_handlers; use dom::bindings::codegen::RegisterBindings; |