Bug 127445

Summary: Crashes in DrawingAreaProxy::setExposedRect (null DrawingAreaProxy)
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch andersca: review+

Description Tim Horton 2014-01-22 13:58:13 PST
When the WebPageProxy is closed, it nulls out the DrawingAreaProxy; we should avoid trying to call setExposedRect on a null DrawingAreaProxy for obvious reasons.

<rdar://problem/15807127>
Comment 1 Tim Horton 2014-01-22 14:04:01 PST
Created attachment 221903 [details]
patch
Comment 2 Tim Horton 2014-01-22 14:38:42 PST
http://trac.webkit.org/changeset/162556