aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-09-25 23:30:24 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2017-09-26 02:19:05 +0200
commit0e3c54c1911ba2c3bf305ee04f04fcd9bf2fc2fe (patch)
tree01a27221665062c47e158b99429a0b42ddd9f958 /components/script/script_thread.rs
parentdafcd821f5b3e44a8585884ee4c4bbbdc46b1c70 (diff)
downloadservo-0e3c54c1911ba2c3bf305ee04f04fcd9bf2fc2fe.tar.gz
servo-0e3c54c1911ba2c3bf305ee04f04fcd9bf2fc2fe.zip
Rename dom::bindings::js to dom::bindings::root
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index b9bcf5be7c8..ff4ce058ce0 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -32,10 +32,10 @@ use dom::bindings::codegen::Bindings::TransitionEventBinding::TransitionEventIni
use dom::bindings::codegen::Bindings::WindowBinding::WindowMethods;
use dom::bindings::conversions::{ConversionResult, FromJSValConvertible, StringificationBehavior};
use dom::bindings::inheritance::Castable;
-use dom::bindings::js::{JS, MutNullableJS, Root, RootCollection};
-use dom::bindings::js::{RootCollectionPtr, RootedReference};
use dom::bindings::num::Finite;
use dom::bindings::reflector::DomObject;
+use dom::bindings::root::{JS, MutNullableJS, Root, RootCollection};
+use dom::bindings::root::{RootCollectionPtr, RootedReference};
use dom::bindings::str::DOMString;
use dom::bindings::structuredclone::StructuredCloneData;
use dom::bindings::trace::JSTraceable;