RESOLVED FIXED 27620
[V8] Fix an assert in running workers in Chrome.
https://bugs.webkit.org/show_bug.cgi?id=27620
Summary [V8] Fix an assert in running workers in Chrome.
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.