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 d70c58963b5..4b296fb236f 100644
--- a/components/script/dom/history.rs
+++ b/components/script/dom/history.rs
@@ -15,8 +15,9 @@ use dom::bindings::structuredclone::StructuredCloneData;
use dom::globalscope::GlobalScope;
use dom::window::Window;
use dom_struct::dom_struct;
-use js::jsapi::{HandleValue, Heap, JSContext};
+use js::jsapi::{Heap, JSContext};
use js::jsval::{JSVal, NullValue, UndefinedValue};
+use js::rust::HandleValue;
use msg::constellation_msg::TraversalDirection;
use profile_traits::ipc::channel;
use script_traits::ScriptMsg;