diff options
Diffstat (limited to 'components/script/task_source/history_traversal.rs')
-rw-r--r-- | components/script/task_source/history_traversal.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/task_source/history_traversal.rs b/components/script/task_source/history_traversal.rs index 1676461fa99..4bb90a1ffcb 100644 --- a/components/script/task_source/history_traversal.rs +++ b/components/script/task_source/history_traversal.rs @@ -2,8 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ +use base::id::PipelineId; use crossbeam_channel::Sender; -use msg::constellation_msg::PipelineId; use crate::script_runtime::{CommonScriptMsg, ScriptThreadEventCategory}; use crate::script_thread::MainThreadScriptMsg; |