RESOLVED FIXED 126700
Disconnect child frames iteratively
https://bugs.webkit.org/show_bug.cgi?id=126700
Summary Disconnect child frames iteratively
Antti Koivisto
Reported 2014-01-09 08:26:10 PST
Get rid of the odd ChildFrameDisconnector factoring too.
Attachments
patch (8.65 KB, patch)
2014-01-09 08:46 PST, Antti Koivisto
kling: review+
Antti Koivisto
Comment 1 2014-01-09 08:46:11 PST
Andreas Kling
Comment 2 2014-01-09 08:55:01 PST
Comment on attachment 220743 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=220743&action=review > Source/WebCore/dom/ContainerNodeAlgorithms.cpp:171 > + HTMLFrameOwnerElement& owner = frameOwners[i].get(); I'd use auto& here, since the type is repeated.
Antti Koivisto
Comment 3 2014-01-09 12:07:54 PST
ttps://trac.webkit.org/r161567
Note You need to log in before you can comment on or make changes to this bug.