aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/attr.rs
diff options
context:
space:
mode:
authorrohan.prinja <rohan.prinja@samsung.com>2015-10-27 17:58:34 +0900
committerrohan.prinja <rohan.prinja@samsung.com>2015-10-30 20:26:29 +0900
commit45224028dbc1d75e6dfc8add19ff8e997c7ebb99 (patch)
treef5a113706605564ec491dbf9710842d79e5b2e5c /components/script/dom/attr.rs
parentbb2536cd014676263f5bfd5d98cf0fc69d2abee0 (diff)
downloadservo-45224028dbc1d75e6dfc8add19ff8e997c7ebb99.tar.gz
servo-45224028dbc1d75e6dfc8add19ff8e997c7ebb99.zip
more refactoring
Diffstat (limited to 'components/script/dom/attr.rs')
-rw-r--r--components/script/dom/attr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/attr.rs b/components/script/dom/attr.rs
index f9d85314169..747d5f74013 100644
--- a/components/script/dom/attr.rs
+++ b/components/script/dom/attr.rs
@@ -10,7 +10,7 @@ use dom::bindings::global::GlobalRef;
use dom::bindings::inheritance::Castable;
use dom::bindings::js::{JS, MutNullableHeap};
use dom::bindings::js::{LayoutJS, Root, RootedReference};
-use dom::bindings::utils::{Reflector, reflect_dom_object};
+use dom::bindings::reflector::{Reflector, reflect_dom_object};
use dom::element::{AttributeMutation, Element};
use dom::values::UNSIGNED_LONG_MAX;
use dom::virtualmethods::vtable_for;