mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -37,8 +37,8 @@ use incremental::RestyleDamage;
|
|||
use msg::constellation_msg::PipelineId;
|
||||
use opaque_node::OpaqueNodeMethods;
|
||||
use script::dom::attr::AttrValue;
|
||||
use script::dom::bindings::codegen::InheritTypes::{CharacterDataTypeId, ElementTypeId};
|
||||
use script::dom::bindings::codegen::InheritTypes::{HTMLElementTypeId, NodeTypeId};
|
||||
use script::dom::bindings::inheritance::{CharacterDataTypeId, ElementTypeId};
|
||||
use script::dom::bindings::inheritance::{HTMLElementTypeId, NodeTypeId};
|
||||
use script::dom::bindings::inheritance::Castable;
|
||||
use script::dom::bindings::js::LayoutJS;
|
||||
use script::dom::characterdata::LayoutCharacterDataHelpers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue