mirror of
https://github.com/servo/servo.git
synced 2025-07-29 18:20:24 +01:00
Upgrade to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)
This commit is contained in:
parent
db4f27f361
commit
708d3737df
9 changed files with 53 additions and 46 deletions
|
@ -388,7 +388,8 @@ macro_rules! sheet_set_methods {
|
|||
guard: &SharedRwLockReadGuard,
|
||||
) {
|
||||
if let Some(device) = device {
|
||||
self.invalidations.collect_invalidations_for(device, sheet, guard);
|
||||
self.invalidations
|
||||
.collect_invalidations_for(device, sheet, guard);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -435,7 +436,7 @@ macro_rules! sheet_set_methods {
|
|||
let collection = self.collection_for(&sheet, guard);
|
||||
collection.remove(&sheet)
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
impl<S> DocumentStylesheetSet<S>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue