DescriptionMerge 110139 - ContainerNode::willRemove uses a weak iteration pattern
https://bugs.webkit.org/show_bug.cgi?id=80530
Reviewed by Ryosuke Niwa.
This patch moves ContainerNode::willRemove to using a better iteration
pattern in which we collect all the nodes we're planning to iterate
into a vector and then iterate over them.
* dom/ContainerNode.cpp:
(WebCore::ContainerNode::willRemove):
TBR=abarth@webkit.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=110140
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|