mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -4,7 +4,7 @@
|
|||
|
||||
//! Various utilities to glue JavaScript and the DOM implementation together.
|
||||
|
||||
use dom::bindings::codegen::InheritTypes::TopTypeId;
|
||||
use dom::bindings::inheritance::TopTypeId;
|
||||
use dom::bindings::codegen::PrototypeList;
|
||||
use dom::bindings::codegen::PrototypeList::MAX_PROTO_CHAIN_LENGTH;
|
||||
use dom::bindings::conversions::native_from_handleobject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue