mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Make StyleSheetListOwner an enum instead of a trait object
This commit is contained in:
parent
8b353ee3ce
commit
2350f0e3d1
7 changed files with 177 additions and 134 deletions
|
@ -99,6 +99,7 @@ impl HTMLMetaElement {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(unrooted_must_root)]
|
||||
fn apply_viewport(&self) {
|
||||
if !pref!(layout.viewport.enabled) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue