aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 941946399ff..024d71de936 100644
--- a/components/style/parser.rs
+++ b/components/style/parser.rs
@@ -39,7 +39,7 @@ impl<'a> ParserContext<'a> {
pub fn new_for_cssom(url_data: &'a UrlExtraData,
error_reporter: &'a ParseErrorReporter)
-> ParserContext<'a> {
- Self::new(Origin::User, url_data, error_reporter)
+ Self::new(Origin::Author, url_data, error_reporter)
}
}