mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
move Castable into dom::bindings::inheritance
This commit is contained in:
parent
00b60b9386
commit
bb2536cd01
78 changed files with 133 additions and 115 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue