Bug 81139

Summary: Fix UI process crash when a plug-in process crashes with a modal dialog showing
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2012-03-14 11:23:23 PDT
Fix UI process crash when a plug-in process crashes with a modal dialog showing
Comment 1 Anders Carlsson 2012-03-14 11:28:17 PDT
Created attachment 131890 [details]
Patch
Comment 2 mitz 2012-03-14 11:42:26 PDT
Comment on attachment 131890 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=131890&action=review

> Source/WebKit2/UIProcess/Plugins/mac/PluginProcessProxyMac.mm:227
> +    RefPtr<PluginProcessProxy> protect(this);

This can use a comment.
Comment 3 Anders Carlsson 2012-03-14 12:26:36 PDT
Committed r110728: <http://trac.webkit.org/changeset/110728>