mirror of
https://github.com/servo/servo.git
synced 2025-09-24 22:00:10 +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.
|
/// Return whether the document is a chrome document.
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn is_chrome_document(&self) -> bool {
|
pub fn chrome_rules_enabled_for_document(&self) -> bool {
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue