diff options
Diffstat (limited to 'components/layout/flow.rs')
-rw-r--r-- | components/layout/flow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/flow.rs b/components/layout/flow.rs index c87088bf829..9ca0446b9c4 100644 --- a/components/layout/flow.rs +++ b/components/layout/flow.rs @@ -60,7 +60,7 @@ use std::raw; use std::sync::atomic::{AtomicUint, Ordering}; use std::slice::IterMut; use style::computed_values::{clear, empty_cells, float, position, text_align}; -use style::ComputedValues; +use style::properties::ComputedValues; use std::sync::Arc; /// Virtual methods that make up a float context. |