[webkit-reviews] review granted: [Bug 92564] Reset the set of "seen" plugins when the main frame load is committed. : [Attachment 155097] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 17:33:11 PDT 2012


Anders Carlsson <andersca at apple.com> has granted Jer Noble
<jer.noble at apple.com>'s request for review:
Bug 92564: Reset the set of "seen" plugins when the main frame load is
committed.
https://bugs.webkit.org/show_bug.cgi?id=92564

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=155097&action=review


> Source/WebCore/loader/FrameLoader.cpp:3188
> +    if (isLoadingMainFrame())

I think this check should be

if (m_frame->page() && m_frame == m_frame->page()->mainFrame())


More information about the webkit-reviews mailing list