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

Dirty parent when removng a child node. #8315

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

Always

Just for now

Next

Dirty parent when removng a child node.

  • Loading branch information
asajeffrey committed Nov 4, 2015
commit 99de8521e6929b113e9d9fc14f6a5ba3f6eabebc
@@ -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);
}
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.