Bug 67947 - Make the ThreadSafeRefCounted support in CrossThreadCopier work for T*.
Summary: Make the ThreadSafeRefCounted support in CrossThreadCopier work for T*.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks: 67943
  Show dependency treegraph
 
Reported: 2011-09-12 12:09 PDT by David Levin
Modified: 2011-09-12 15:48 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.71 KB, patch)
2011-09-12 14:09 PDT, David Levin
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2011-09-12 12:09:12 PDT
In addition to RefPtr<T> and PassRefPtr<T> which already work.
Comment 1 David Levin 2011-09-12 14:09:03 PDT
Created attachment 107081 [details]
Patch
Comment 2 David Levin 2011-09-12 14:21:36 PDT
fyi, this is to fix 67943 (which is very very likely to be causing Web Worker crashes).
Comment 3 David Levin 2011-09-12 15:48:34 PDT
Committed as http://trac.webkit.org/changeset/94986