mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
replace InheritTypes imports with inheritance imports
This commit is contained in:
parent
34b71e55f5
commit
9fd823e449
15 changed files with 22 additions and 22 deletions
|
@ -5,7 +5,7 @@
|
|||
use dom::attr::Attr;
|
||||
use dom::bindings::codegen::Bindings::HTMLFieldSetElementBinding;
|
||||
use dom::bindings::codegen::Bindings::HTMLFieldSetElementBinding::HTMLFieldSetElementMethods;
|
||||
use dom::bindings::codegen::InheritTypes::{ElementTypeId, HTMLElementTypeId, NodeTypeId};
|
||||
use dom::bindings::inheritance::{ElementTypeId, HTMLElementTypeId, NodeTypeId};
|
||||
use dom::bindings::inheritance::Castable;
|
||||
use dom::bindings::js::{Root, RootedReference};
|
||||
use dom::document::Document;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue