move Castable into dom::bindings::inheritance

This commit is contained in:
rohan.prinja 2015-10-27 14:56:41 +09:00
parent 00b60b9386
commit bb2536cd01
78 changed files with 133 additions and 115 deletions

View file

@ -6,7 +6,7 @@ use dom::attr::{Attr, AttrValue};
use dom::bindings::codegen::InheritTypes::ElementTypeId;
use dom::bindings::codegen::InheritTypes::HTMLElementTypeId;
use dom::bindings::codegen::InheritTypes::NodeTypeId;
use dom::bindings::conversions::Castable;
use dom::bindings::inheritance::Castable;
use dom::document::Document;
use dom::element::{AttributeMutation, Element};
use dom::event::Event;