mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Revert unnecessary format changes
This commit is contained in:
parent
3f312f7915
commit
9df1c2f2cc
1 changed files with 2 additions and 3 deletions
|
@ -450,8 +450,7 @@ 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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -498,7 +497,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