Bug 87163

Summary: Crash when a plug-in view outlives its containing WebPage
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-05-22 13:57:33 PDT
Crash when a plug-in view outlives its containing WebPage
Comment 1 Anders Carlsson 2012-05-22 14:02:32 PDT
Created attachment 143357 [details]
Patch
Comment 2 mitz 2012-05-22 14:41:44 PDT
Comment on attachment 143357 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/WebPage.h:711
> +    // All plug-in views on this web page.

WebPage? webpage?
Comment 3 Anders Carlsson 2012-05-22 14:55:47 PDT
Committed r118060: <http://trac.webkit.org/changeset/118060>