mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Make PropertyDeclarationBlock fields private
This commit is contained in:
parent
da4e5146e9
commit
f70a49974a
8 changed files with 31 additions and 33 deletions
|
@ -99,7 +99,7 @@ impl StyleSource {
|
|||
let _ = write!(writer, "{:?}", rule.read().selectors);
|
||||
}
|
||||
|
||||
let _ = write!(writer, " -> {:?}", self.read().declarations);
|
||||
let _ = write!(writer, " -> {:?}", self.read().declarations());
|
||||
}
|
||||
|
||||
/// Read the style source guard, and obtain thus read access to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue