Bug 67942

Summary: Remove instances of AllowCrossThreadAccessWrapper for ThreadSafeRefCounted* objects.
Product: WebKit Reporter: David Levin <levin>
Component: WebCore Misc.Assignee: David Levin <levin>
Status: RESOLVED FIXED    
Severity: Normal CC: dslomov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 67943, 73336, 74558, 74666    
Bug Blocks:    

Description David Levin 2011-09-12 10:13:58 PDT
This class is to be used to items which are being transferred across threads when the lifetime is managed carefully outside of the ref count/copying mechanisms.

It is likely that for all ThreadSafeRefCounted items there shouldn't be a reason to use this mechanism.
Comment 1 David Levin 2012-01-04 19:31:41 PST
Now fixed.