This commit is contained in:
Xidorn Quan 2017-10-07 12:27:04 +11:00
parent 04f787dbf9
commit 8fc24bc5fa
4 changed files with 2603 additions and 2531 deletions

View file

@ -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