Bug 25163

Summary: Upstream fix for releasing v8 objects on worker thread termination in Chromium.
Product: WebKit Reporter: Dmitry Titov <dimich>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, jianli
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch dglazkov: review+

Dmitry Titov
Reported 2009-04-13 15:30:50 PDT
Get rid of using currentThread() in thread-specific destructors. Also, remove dom objects before detachThread() so they don't trip over currentThread() issue.
Attachments
Proposed patch (8.87 KB, patch)
2009-04-13 15:38 PDT, Dmitry Titov
dglazkov: review+
Dmitry Titov
Comment 1 2009-04-13 15:38:12 PDT
Created attachment 29441 [details] Proposed patch
Dmitry Titov
Comment 2 2009-04-13 17:41:19 PDT
Chromium side of CR, for more info: http://codereview.chromium.org/67061
Dmitry Titov
Comment 3 2009-04-14 11:17:14 PDT
Note You need to log in before you can comment on or make changes to this bug.