[webkit-reviews] review granted: [Bug 126700] Disconnect child frames iteratively : [Attachment 220743] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 9 08:57:17 PST 2014


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 126700: Disconnect child frames iteratively
https://bugs.webkit.org/show_bug.cgi?id=126700

Attachment 220743: patch
https://bugs.webkit.org/attachment.cgi?id=220743&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
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.


More information about the webkit-reviews mailing list