Bug 87163 - Crash when a plug-in view outlives its containing WebPage
Summary: Crash when a plug-in view outlives its containing WebPage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-22 13:57 PDT by Anders Carlsson
Modified: 2012-05-22 14:55 PDT (History)
0 users

See Also:


Attachments
Patch (6.13 KB, patch)
2012-05-22 14:02 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

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