mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Removced unncessary call to dirty() in Document::node_and_heritage_change, since the node is aready dirtied by force_dirty_ancestors().
This commit is contained in:
parent
526a3c8df3
commit
d3ea0a0256
1 changed files with 0 additions and 1 deletions
|
@ -347,7 +347,6 @@ impl Document {
|
||||||
|
|
||||||
pub fn content_and_heritage_changed(&self, node: &Node, damage: NodeDamage) {
|
pub fn content_and_heritage_changed(&self, node: &Node, damage: NodeDamage) {
|
||||||
node.force_dirty_ancestors(damage);
|
node.force_dirty_ancestors(damage);
|
||||||
node.dirty(damage);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Reflows and disarms the timer if the reflow timer has expired.
|
/// Reflows and disarms the timer if the reflow timer has expired.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue