[webkit-reviews] review granted: [Bug 115386] REGRESSION(r149287): Assertion failure in fast/frames/flattening/iframe-flattening-crash.html : [Attachment 200217] Follow-up patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 1 09:49:35 PDT 2013


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 115386: REGRESSION(r149287): Assertion failure in
fast/frames/flattening/iframe-flattening-crash.html
https://bugs.webkit.org/show_bug.cgi?id=115386

Attachment 200217: Follow-up patch
https://bugs.webkit.org/attachment.cgi?id=200217&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=200217&action=review


r=me

> Source/WebCore/page/FrameView.cpp:2792
> +    bool isMainFrame = page ? page->mainFrame() == m_frame : false;

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


More information about the webkit-reviews mailing list