diff options
Diffstat (limited to 'components/layout/table_cell.rs')
-rw-r--r-- | components/layout/table_cell.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/table_cell.rs b/components/layout/table_cell.rs index 1e36adc65af..a71b78b8ace 100644 --- a/components/layout/table_cell.rs +++ b/components/layout/table_cell.rs @@ -24,9 +24,9 @@ use script_layout_interface::wrapper_traits::ThreadSafeLayoutNode; use std::fmt; use std::sync::Arc; use style::computed_values::{border_collapse, border_top_style, vertical_align}; +use style::context::SharedStyleContext; use style::logical_geometry::{LogicalMargin, LogicalRect, LogicalSize, WritingMode}; -use style::properties::{ComputedValues, ServoComputedValues}; -use style::servo::SharedStyleContext; +use style::properties::ServoComputedValues; use table::InternalTable; use table_row::{CollapsedBorder, CollapsedBorderProvenance}; |