RESOLVED WONTFIX 58171
Fix RefCounted thread verification code to capture the thread immediately.
https://bugs.webkit.org/show_bug.cgi?id=58171
Summary Fix RefCounted thread verification code to capture the thread immediately.
David Levin
Reported 2011-04-08 16:00:12 PDT
Right now the thread is only captured when the ref count gets to 2. We should capture it immediately and then be willing to detach from a thread when a given method is called. (We could do this inside of the lower level threading code which we should standard more as a result of bug 51857.)
Attachments
David Levin
Comment 1 2013-04-08 11:02:35 PDT
All of the ref counted verification wasn't running for jsc which is to be the only supported javascript engine once again.
Note You need to log in before you can comment on or make changes to this bug.