Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removced unncessary call to dirty() in Document::node_and_heritage_ch… #8087

Merged
merged 1 commit into from Nov 3, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Removced unncessary call to dirty() in Document::node_and_heritage_ch…

…ange, since the node is aready dirtied by force_dirty_ancestors().
  • Loading branch information
asajeffrey committed Nov 3, 2015
commit d3ea0a0256b0d0c2fc66a43b96f3a3c138b877ca
@@ -347,7 +347,6 @@ impl Document {

pub fn content_and_heritage_changed(&self, node: &Node, damage: NodeDamage) {
node.force_dirty_ancestors(damage);
node.dirty(damage);
}

/// Reflows and disarms the timer if the reflow timer has expired.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.