Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-11-15 22:30:16 +01:00 committed by Martin Robinson
parent cfb7a9a108
commit 532d769e27

View file

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