mirror of
https://github.com/servo/servo.git
synced 2025-07-25 16:20:36 +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,
|
guard: &SharedRwLockReadGuard,
|
||||||
) {
|
) {
|
||||||
if let Some(device) = device {
|
if let Some(device) = device {
|
||||||
self.invalidations
|
self.invalidations.collect_invalidations_for(device, sheet, guard);
|
||||||
.collect_invalidations_for(device, sheet, guard);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -498,7 +497,7 @@ macro_rules! sheet_set_methods {
|
||||||
let collection = self.collection_for(&sheet, guard);
|
let collection = self.collection_for(&sheet, guard);
|
||||||
collection.remove(&sheet)
|
collection.remove(&sheet)
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<S> DocumentStylesheetSet<S>
|
impl<S> DocumentStylesheetSet<S>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue