diff options
author | Anthony Ramine <nox@nox.paris> | 2020-03-27 15:16:57 +0100 |
---|---|---|
committer | Anthony Ramine <nox@nox.paris> | 2020-03-28 14:00:53 +0100 |
commit | df0118dd104318e2d0a1400aaf880c1826769e78 (patch) | |
tree | 3c9b1b61514c0debb817c29bf259ab9e8ce91eec /components/script/lib.rs | |
parent | 04af32128c10f8a67e8c012e68359169bbb8ef5e (diff) | |
download | servo-df0118dd104318e2d0a1400aaf880c1826769e78.tar.gz servo-df0118dd104318e2d0a1400aaf880c1826769e78.zip |
Move PendingRestyle to the style_layout_interface crate
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 1962e9602d6..0df29eb6359 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -130,7 +130,7 @@ pub mod layout_exports { pub use crate::dom::bindings::inheritance::{HTMLElementTypeId, NodeTypeId, TextTypeId}; pub use crate::dom::bindings::root::LayoutDom; pub use crate::dom::characterdata::LayoutCharacterDataHelpers; - pub use crate::dom::document::{Document, LayoutDocumentHelpers, PendingRestyle}; + pub use crate::dom::document::{Document, LayoutDocumentHelpers}; pub use crate::dom::element::{Element, LayoutElementHelpers, RawLayoutElementHelpers}; pub use crate::dom::node::NodeFlags; pub use crate::dom::node::{LayoutNodeHelpers, Node}; |