diff options
Diffstat (limited to 'components/layout/construct.rs')
-rw-r--r-- | components/layout/construct.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/construct.rs b/components/layout/construct.rs index 27c6f629ca6..40ffdc42047 100644 --- a/components/layout/construct.rs +++ b/components/layout/construct.rs @@ -33,10 +33,9 @@ use inline::{InlineFragmentNodeInfo, LAST_FRAGMENT_OF_ELEMENT}; use list_item::{ListItemFlow, ListStyleTypeContent}; use multicol::{MulticolFlow, MulticolColumnFlow}; use parallel; -use script::layout_interface::is_image_data; use script_layout_interface::restyle_damage::{BUBBLE_ISIZES, RECONSTRUCT_FLOW, RestyleDamage}; use script_layout_interface::wrapper_traits::{ThreadSafeLayoutNode, PseudoElementType, ThreadSafeLayoutElement}; -use script_layout_interface::{LayoutNodeType, LayoutElementType}; +use script_layout_interface::{LayoutNodeType, LayoutElementType, is_image_data}; use std::borrow::ToOwned; use std::collections::LinkedList; use std::marker::PhantomData; |