mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Backout #18759
This commit is contained in:
parent
04f787dbf9
commit
8fc24bc5fa
4 changed files with 2603 additions and 2531 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue