Bug 126700

Summary: Disconnect child frames iteratively
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, kangil.han
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

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.