aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlheadelement.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/htmlheadelement.rs
parent00b60b93860d32e1c5aaf0f9b4a2ce5110880652 (diff)
downloadservo-bb2536cd014676263f5bfd5d98cf0fc69d2abee0.tar.gz
servo-bb2536cd014676263f5bfd5d98cf0fc69d2abee0.zip
move Castable into dom::bindings::inheritance
Diffstat (limited to 'components/script/dom/htmlheadelement.rs')
-rw-r--r--components/script/dom/htmlheadelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlheadelement.rs b/components/script/dom/htmlheadelement.rs
index a2231a17729..7bb42b0cfea 100644
--- a/components/script/dom/htmlheadelement.rs
+++ b/components/script/dom/htmlheadelement.rs
@@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use dom::bindings::codegen::Bindings::HTMLHeadElementBinding;
-use dom::bindings::conversions::Castable;
+use dom::bindings::inheritance::Castable;
use dom::bindings::js::Root;
use dom::document::Document;
use dom::htmlelement::HTMLElement;