Summary: | Tons of crashes on bots after r152425 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Tim Horton <thorton> | ||||||
Component: | Layout and Rendering | Assignee: | Tim Horton <thorton> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | andersca, bdakin, sam, simon.fraser, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Tim Horton
2013-07-05 21:31:35 PDT
Created attachment 206184 [details]
patch
Created attachment 206185 [details]
patch
Comment on attachment 206185 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=206185&action=review > Source/WebCore/page/FrameView.cpp:1646 > + if (Page* page = m_frame->page()) { I would do an early return. > Source/WebCore/page/FrameView.cpp:1658 > + Page* page = m_frame->page(); I would early return here. |