Bug 127445 - Crashes in DrawingAreaProxy::setExposedRect (null DrawingAreaProxy)
Summary: Crashes in DrawingAreaProxy::setExposedRect (null DrawingAreaProxy)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-01-22 13:58 PST by Tim Horton
Modified: 2014-01-22 14:38 PST (History)
2 users (show)

See Also:


Attachments
patch (2.20 KB, patch)
2014-01-22 14:04 PST, Tim Horton
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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