aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/js.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-06-16 00:51:23 +0100
committerMs2ger <Ms2ger@gmail.com>2016-06-20 19:08:06 +0200
commit68d603a6d0a059965d2fa604d153b531cb16d404 (patch)
treecca1ff5fd05f7bc94682acf8ff00f50dafab11a5 /components/script/dom/bindings/js.rs
parent0616a60fd96199426d04cd75467906fca243af9c (diff)
downloadservo-68d603a6d0a059965d2fa604d153b531cb16d404.tar.gz
servo-68d603a6d0a059965d2fa604d153b531cb16d404.zip
Move TrustedNodeAddress to script_layout_interface.
Diffstat (limited to 'components/script/dom/bindings/js.rs')
-rw-r--r--components/script/dom/bindings/js.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/js.rs b/components/script/dom/bindings/js.rs
index f8ddb80e44b..12ff0aa8823 100644
--- a/components/script/dom/bindings/js.rs
+++ b/components/script/dom/bindings/js.rs
@@ -33,7 +33,7 @@ use dom::node::Node;
use heapsize::HeapSizeOf;
use js::jsapi::{Heap, JSObject, JSTracer};
use js::jsval::JSVal;
-use layout_interface::TrustedNodeAddress;
+use script_layout_interface::TrustedNodeAddress;
use script_thread::STACK_ROOTS;
use std::cell::UnsafeCell;
use std::default::Default;