mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Rename LayoutJS<T> to LayoutDom<T>
This commit is contained in:
parent
c52fd0a780
commit
e2dac78d36
27 changed files with 104 additions and 104 deletions
|
@ -141,7 +141,7 @@ mod webdriver_handlers;
|
|||
pub mod layout_exports {
|
||||
pub use dom::bindings::inheritance::{CharacterDataTypeId, ElementTypeId};
|
||||
pub use dom::bindings::inheritance::{HTMLElementTypeId, NodeTypeId};
|
||||
pub use dom::bindings::root::LayoutJS;
|
||||
pub use dom::bindings::root::LayoutDom;
|
||||
pub use dom::characterdata::LayoutCharacterDataHelpers;
|
||||
pub use dom::document::{Document, LayoutDocumentHelpers, PendingRestyle};
|
||||
pub use dom::element::{Element, LayoutElementHelpers, RawLayoutElementHelpers};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue