[Webkit-unassigned] [Bug 126700] Disconnect child frames iteratively

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


https://bugs.webkit.org/show_bug.cgi?id=126700


Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #220743|review?                     |review+
               Flag|                            |




--- Comment #2 from Andreas Kling <akling at apple.com>  2014-01-09 08:55:01 PST ---
(From update of attachment 220743)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list