mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Get rid of a bunch of explicit derefs
This commit is contained in:
parent
ca56ebbb09
commit
722aa86c89
49 changed files with 340 additions and 360 deletions
|
@ -156,8 +156,7 @@ impl CharacterData {
|
|||
|
||||
fn content_changed(&self) {
|
||||
let node = self.upcast::<Node>();
|
||||
let document = node.owner_doc();
|
||||
document.r().content_changed(node, NodeDamage::OtherNodeDamage);
|
||||
node.owner_doc().content_changed(node, NodeDamage::OtherNodeDamage);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue