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: |
David Levin
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Levin
Now fixed.