Bug 86036 - [V8] Fix issue where V8BindingPerContextData could keep the context object alive
Summary: [V8] Fix issue where V8BindingPerContextData could keep the context object alive
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: Erik Arvidsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-09 16:24 PDT by Erik Arvidsson
Modified: 2012-05-09 17:13 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2012-05-09 16:26 PDT, Erik Arvidsson
no flags Details | Formatted Diff | Diff
Patch (1.67 KB, patch)
2012-05-09 16:30 PDT, Erik Arvidsson
haraken: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2012-05-09 16:24:47 PDT
[V8] Fix issue where V8BindingPerContextData could keep the context object alive
Comment 1 Erik Arvidsson 2012-05-09 16:26:57 PDT
Created attachment 141046 [details]
Patch
Comment 2 Erik Arvidsson 2012-05-09 16:30:47 PDT
Created attachment 141047 [details]
Patch
Comment 3 Kentaro Hara 2012-05-09 16:34:49 PDT
Comment on attachment 141047 [details]
Patch

Looks OK.
Comment 4 Erik Arvidsson 2012-05-09 17:13:58 PDT
Committed r116580: <http://trac.webkit.org/changeset/116580>