aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/history.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/history.rs')
-rw-r--r--components/script/dom/history.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/history.rs b/components/script/dom/history.rs
index ff56442af86..1806dc36553 100644
--- a/components/script/dom/history.rs
+++ b/components/script/dom/history.rs
@@ -7,13 +7,14 @@ use std::cmp::Ordering;
use base::id::HistoryStateId;
use dom_struct::dom_struct;
+use embedder_traits::TraversalDirection;
use js::jsapi::Heap;
use js::jsval::{JSVal, NullValue, UndefinedValue};
use js::rust::{HandleValue, MutableHandleValue};
use net_traits::{CoreResourceMsg, IpcSend};
use profile_traits::ipc;
use profile_traits::ipc::channel;
-use script_traits::{ScriptMsg, StructuredSerializedData, TraversalDirection};
+use script_traits::{ScriptMsg, StructuredSerializedData};
use servo_url::ServoUrl;
use crate::dom::bindings::codegen::Bindings::HistoryBinding::HistoryMethods;