Move util::str to style

This commit is contained in:
Anthony Ramine 2016-07-05 10:34:43 +02:00
parent 744b94346a
commit 8ecb5962f3
25 changed files with 23 additions and 28 deletions

View file

@ -51,10 +51,10 @@ use std::cell::Cell;
use std::sync::mpsc::Sender;
use string_cache::Atom;
use style::attr::AttrValue;
use style::str::split_html_space_chars;
use task_source::TaskSource;
use task_source::dom_manipulation::DOMManipulationTask;
use url::form_urlencoded;
use util::str::split_html_space_chars;
#[derive(JSTraceable, PartialEq, Clone, Copy, HeapSizeOf)]
pub struct GenerationId(u32);