aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/parser.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishearth@gmail.com>2017-05-31 18:03:33 -0700
committerManish Goregaokar <manishsmail@gmail.com>2017-06-01 14:11:31 -0700
commit25d193ba345ccc0fd51500c86b4c03664f34fbdf (patch)
tree5cb3112e3d01301d8bc5e8e8cf2b86aade21d375 /components/style/parser.rs
parent7deeccf4cb647c083b28789be0f71c5310cbfeed (diff)
downloadservo-25d193ba345ccc0fd51500c86b4c03664f34fbdf.tar.gz
servo-25d193ba345ccc0fd51500c86b4c03664f34fbdf.zip
stylo: Use namespace ids for content: attr(..)
MozReview-Commit-ID: FZ9YEpHQCBh
Diffstat (limited to 'components/style/parser.rs')
-rw-r--r--components/style/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/parser.rs b/components/style/parser.rs
index 7085dacb36f..cad388651f9 100644
--- a/components/style/parser.rs
+++ b/components/style/parser.rs
@@ -7,9 +7,9 @@
use context::QuirksMode;
use cssparser::{Parser, SourcePosition, UnicodeRange};
use error_reporting::ParseErrorReporter;
+use parking_lot::RwLock;
use style_traits::OneOrMoreCommaSeparated;
use stylesheets::{CssRuleType, Origin, UrlExtraData, Namespaces};
-use parking_lot::RwLock;
bitflags! {
/// The mode to use when parsing values.