mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Dirty parent when removng a child node.
This commit is contained in:
parent
64caba7284
commit
99de8521e6
1 changed files with 2 additions and 2 deletions
|
@ -325,8 +325,8 @@ impl Node {
|
|||
node.layout_data.dispose(&node);
|
||||
}
|
||||
|
||||
let document = child.owner_doc();
|
||||
document.content_and_heritage_changed(child, NodeDamage::OtherNodeDamage);
|
||||
self.owner_doc().content_and_heritage_changed(self, NodeDamage::OtherNodeDamage);
|
||||
child.owner_doc().content_and_heritage_changed(child, NodeDamage::OtherNodeDamage);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue