mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Format style component.
This commit is contained in:
parent
31fc6cd565
commit
8dab4d659a
120 changed files with 2207 additions and 1417 deletions
|
@ -71,7 +71,8 @@ impl UseCounters {
|
|||
/// Used for parallel parsing, where we parse off-main-thread.
|
||||
#[inline]
|
||||
pub fn merge(&self, other: &Self) {
|
||||
self.non_custom_properties.merge(&other.non_custom_properties)
|
||||
self.non_custom_properties
|
||||
.merge(&other.non_custom_properties)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue