Bug 27620 - [V8] Fix an assert in running workers in Chrome.
Summary: [V8] Fix an assert in running workers in Chrome.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jian Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-23 13:17 PDT by Jian Li
Modified: 2009-07-23 13:38 PDT (History)
1 user (show)

See Also:


Attachments
Proposed Patch (2.35 KB, patch)
2009-07-23 13:24 PDT, Jian Li
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jian Li 2009-07-23 13:17:11 PDT
This is to fix an assert being triggered when running workers in Chrome. The fix is to change V8DOMMap::removeAllDOMObjectsInCurrentThreadHelper to do not call removeObjectsFromWrapperMap for certain types of DOM objects that exist only in main thread.
Comment 1 Jian Li 2009-07-23 13:24:09 PDT
Created attachment 33362 [details]
Proposed Patch
Comment 2 Jian Li 2009-07-23 13:38:22 PDT
Committed as http://trac.webkit.org/changeset/46283