diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-05-15 11:37:12 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-05-19 10:15:17 +0200 |
commit | 2a5007926d32a56c2836fce5184d58df594b19d6 (patch) | |
tree | f8342db45a9e897f2eb4a9277677658e4477fb7e /components/layout/construct.rs | |
parent | 164bfbcb40cbaa9e4e3f254cd23a5e97d487d3f2 (diff) | |
download | servo-2a5007926d32a56c2836fce5184d58df594b19d6.tar.gz servo-2a5007926d32a56c2836fce5184d58df594b19d6.zip |
Fix Servo build.
Diffstat (limited to 'components/layout/construct.rs')
-rw-r--r-- | components/layout/construct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/construct.rs b/components/layout/construct.rs index 561cc8429de..0adde8d7255 100644 --- a/components/layout/construct.rs +++ b/components/layout/construct.rs @@ -54,7 +54,7 @@ use style::logical_geometry::Direction; use style::properties::ComputedValues; use style::selector_parser::{PseudoElement, RestyleDamage}; use style::servo::restyle_damage::ServoRestyleDamage; -use style::values::computed::counters::ContentItem; +use style::values::generics::counters::ContentItem; use style::values::generics::url::UrlOrNone as ImageUrlOrNone; use table::TableFlow; use table_caption::TableCaptionFlow; |