Bug 119243

Summary: Null deref under WebPage::scaledSnapshotWithOptions
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch darin: review+

Description Tim Horton 2013-07-30 03:20:22 PDT
WebFrame::coreFrame() can be null (if the WebCore Frame is already torn down), so we should check it.

<rdar://problem/14502050>
Comment 1 Tim Horton 2013-07-30 03:22:41 PDT
Created attachment 207711 [details]
patch
Comment 2 Tim Horton 2013-07-30 12:42:08 PDT
http://trac.webkit.org/changeset/153487