mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Inlined content_changed
This commit is contained in:
parent
88d29e537c
commit
bc1b8ef4c6
6 changed files with 13 additions and 22 deletions
|
@ -65,7 +65,7 @@ impl CharacterData {
|
|||
|
||||
fn content_changed(&self) {
|
||||
let node = self.upcast::<Node>();
|
||||
node.owner_doc().content_changed(node, NodeDamage::OtherNodeDamage);
|
||||
node.dirty(NodeDamage::OtherNodeDamage);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue