aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/utils.rs
diff options
context:
space:
mode:
authorrohan.prinja <rohan.prinja@samsung.com>2015-10-29 18:09:41 +0900
committerrohan.prinja <rohan.prinja@samsung.com>2015-10-30 20:26:30 +0900
commit9fd823e44983fc0de5abc28ee898df6257f0f5d0 (patch)
tree887b2c776fa5f9bbbc29038fb8246879de479526 /components/script/dom/bindings/utils.rs
parent34b71e55f51c978911041f88e64ec56512ca7c1f (diff)
downloadservo-9fd823e44983fc0de5abc28ee898df6257f0f5d0.tar.gz
servo-9fd823e44983fc0de5abc28ee898df6257f0f5d0.zip
replace InheritTypes imports with inheritance imports
Diffstat (limited to 'components/script/dom/bindings/utils.rs')
-rw-r--r--components/script/dom/bindings/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/utils.rs b/components/script/dom/bindings/utils.rs
index 72c0745d3b1..ca3be0bc00a 100644
--- a/components/script/dom/bindings/utils.rs
+++ b/components/script/dom/bindings/utils.rs
@@ -4,7 +4,7 @@
//! Various utilities to glue JavaScript and the DOM implementation together.
-use dom::bindings::codegen::InheritTypes::TopTypeId;
+use dom::bindings::inheritance::TopTypeId;
use dom::bindings::codegen::PrototypeList;
use dom::bindings::codegen::PrototypeList::MAX_PROTO_CHAIN_LENGTH;
use dom::bindings::conversions::native_from_handleobject;