aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorrohan.prinja <rohan.prinja@samsung.com>2015-10-27 14:56:41 +0900
committerrohan.prinja <rohan.prinja@samsung.com>2015-10-30 20:24:42 +0900
commitbb2536cd014676263f5bfd5d98cf0fc69d2abee0 (patch)
tree0381f75788884d593358a7f4ea20c293999d3bee /components/script/dom/mod.rs
parent00b60b93860d32e1c5aaf0f9b4a2ce5110880652 (diff)
downloadservo-bb2536cd014676263f5bfd5d98cf0fc69d2abee0.tar.gz
servo-bb2536cd014676263f5bfd5d98cf0fc69d2abee0.zip
move Castable into dom::bindings::inheritance
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index b248e2dac1c..1bb0eabac6e 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -60,7 +60,7 @@
//! and check whether a given instance is of a given type.
//!
//! ```ignore
-//! use dom::bindings::conversions::Castable;
+//! use dom::bindings::inheritance::Castable;
//! use dom::element::Element;
//! use dom::htmlelement::HTMLElement;
//! use dom::htmlinputelement::HTMLInputElement;