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+

Description Dmitry Titov 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.
Comment 1 Dmitry Titov 2009-04-13 15:38:12 PDT
Created attachment 29441 [details]
Proposed patch
Comment 2 Dmitry Titov 2009-04-13 17:41:19 PDT
Chromium side of CR, for more info: http://codereview.chromium.org/67061
Comment 3 Dmitry Titov 2009-04-14 11:17:14 PDT
Landed: http://trac.webkit.org/changeset/42504