End the libstyle 'pub use' madness.

This commit is contained in:
Simon Sapin 2015-01-28 21:46:51 +01:00
parent 493a9e6a89
commit d13d36f57f
39 changed files with 159 additions and 169 deletions

View file

@ -56,7 +56,7 @@ use std::mem;
use std::sync::atomic::Ordering;
use style::computed_values::{caption_side, display, empty_cells, float, list_style_position};
use style::computed_values::{position};
use style::{self, ComputedValues};
use style::properties::{ComputedValues, make_inline};
use std::sync::Arc;
use url::Url;
@ -707,7 +707,7 @@ impl<'a> FlowConstructor<'a> {
// `baz` had better not be absolutely positioned!
let mut style = (*node.style()).clone();
if style.get_box().display != display::T::inline {
style = Arc::new(style::make_inline(&*style))
style = Arc::new(make_inline(&*style))
}
// If this is generated content, then we need to initialize the accumulator with the