mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Add invalidate_stylesheets to StyleSheetsListOwner trait
This commit is contained in:
parent
3dd38151d4
commit
d77b9c6775
6 changed files with 17 additions and 35 deletions
|
@ -4661,4 +4661,8 @@ impl StyleSheetListOwner for Dom<Document> {
|
|||
&mut *self.stylesheets.borrow_mut(),
|
||||
)
|
||||
}
|
||||
|
||||
fn invalidate_stylesheets(&self) {
|
||||
Document::invalidate_stylesheets(self);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue