mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Further changes required by Servo
This commit is contained in:
parent
cfb7a9a108
commit
532d769e27
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ impl Device {
|
|||
|
||||
/// Return whether the document is a chrome document.
|
||||
#[inline]
|
||||
pub fn is_chrome_document(&self) -> bool {
|
||||
pub fn chrome_rules_enabled_for_document(&self) -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue