aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/selector_matching.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/selector_matching.rs')
-rw-r--r--components/style/selector_matching.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/selector_matching.rs b/components/style/selector_matching.rs
index e8887163b61..f4b2168fc26 100644
--- a/components/style/selector_matching.rs
+++ b/components/style/selector_matching.rs
@@ -61,7 +61,7 @@ lazy_static! {
Ok(res) => {
Stylesheet::from_bytes(
&res,
- Url::parse("chrome:///quirks-mode.css").unwrap(),
+ url!("chrome:///quirks-mode.css"),
None,
None,
Origin::UserAgent)