RESOLVED FIXED 127445
Crashes in DrawingAreaProxy::setExposedRect (null DrawingAreaProxy)
https://bugs.webkit.org/show_bug.cgi?id=127445
Summary Crashes in DrawingAreaProxy::setExposedRect (null DrawingAreaProxy)
Tim Horton
Reported 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>
Attachments
patch (2.20 KB, patch)
2014-01-22 14:04 PST, Tim Horton
andersca: review+
Tim Horton
Comment 1 2014-01-22 14:04:01 PST
Tim Horton
Comment 2 2014-01-22 14:38:42 PST
Note You need to log in before you can comment on or make changes to this bug.