Bug 62541

Summary: [GTK] Fix a crash when drawing area has been deleted
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2011-06-13 05:55:57 PDT
We should check whether WebPageProxy::drawingArea() returns a valid pointer before using it, it might be null, for example, when the web process crashes.
Comment 1 Carlos Garcia Campos 2011-06-13 05:57:58 PDT
Created attachment 96949 [details]
Patch
Comment 2 Carlos Garcia Campos 2011-06-13 10:14:53 PDT
Committed r88646: <http://trac.webkit.org/changeset/88646>