Bug 27620

Summary: [V8] Fix an assert in running workers in Chrome.
Product: WebKit Reporter: Jian Li <jianli>
Component: WebCore Misc.Assignee: Jian Li <jianli>
Status: RESOLVED FIXED    
Severity: Normal CC: levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed Patch levin: review+

Jian Li
Reported 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.
Attachments
Proposed Patch (2.35 KB, patch)
2009-07-23 13:24 PDT, Jian Li
levin: review+
Jian Li
Comment 1 2009-07-23 13:24:09 PDT
Created attachment 33362 [details] Proposed Patch
Jian Li
Comment 2 2009-07-23 13:38:22 PDT
Note You need to log in before you can comment on or make changes to this bug.