Bug 58171

Summary: Fix RefCounted thread verification code to capture the thread immediately.
Product: WebKit Reporter: David Levin <levin>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: skyul
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 31639, 51857    
Bug Blocks:    

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.