aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/parser.rs
diff options
context:
space:
mode:
authorXidorn Quan <me@upsuper.org>2017-10-07 12:27:04 +1100
committerXidorn Quan <me@upsuper.org>2017-10-07 12:27:04 +1100
commit8fc24bc5fa5a8dd6c22af30b03f50e8b4ba281ba (patch)
tree54541b09c543ee8cdbf7940c3a9a5d997eaa728a /components/style/parser.rs
parent04f787dbf9b235bf3af58dc7f3160689cdb2311c (diff)
downloadservo-8fc24bc5fa5a8dd6c22af30b03f50e8b4ba281ba.tar.gz
servo-8fc24bc5fa5a8dd6c22af30b03f50e8b4ba281ba.zip
Backout #18759
Diffstat (limited to 'components/style/parser.rs')
-rw-r--r--components/style/parser.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/style/parser.rs b/components/style/parser.rs
index 6e08d937b76..20ea720f613 100644
--- a/components/style/parser.rs
+++ b/components/style/parser.rs
@@ -130,11 +130,6 @@ impl<'a> ParserContext<'a> {
};
context.error_reporter.report_error(self.url_data, location, error)
}
-
- /// Returns whether this is a chrome stylesheets.
- pub fn in_chrome_stylesheet(&self) -> bool {
- self.url_data.is_chrome()
- }
}
// XXXManishearth Replace all specified value parse impls with impls of this