diff options
Diffstat (limited to 'components/script/task_source/networking.rs')
-rw-r--r-- | components/script/task_source/networking.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/task_source/networking.rs b/components/script/task_source/networking.rs index 56c583d775f..5d339037729 100644 --- a/components/script/task_source/networking.rs +++ b/components/script/task_source/networking.rs @@ -3,7 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use script_runtime::{CommonScriptMsg, ScriptChan, ScriptThreadEventCategory}; -use script_thread::{Task, TaskCanceller}; +use task::{Task, TaskCanceller}; use task_source::TaskSource; #[derive(JSTraceable)] |