| Index: third_party/WebKit/Source/platform/CrossThreadCopier.h
|
| diff --git a/third_party/WebKit/Source/platform/CrossThreadCopier.h b/third_party/WebKit/Source/platform/CrossThreadCopier.h
|
| index 6491d3fc24283addd5b3cd5f5778280ddf89ccc0..40fca7bcebdea062cc9e27249245640fa8b992e4 100644
|
| --- a/third_party/WebKit/Source/platform/CrossThreadCopier.h
|
| +++ b/third_party/WebKit/Source/platform/CrossThreadCopier.h
|
| @@ -160,6 +160,11 @@ struct CrossThreadCopier<CrossThreadPersistent<T>> : public CrossThreadCopierPas
|
| };
|
|
|
| template<typename T>
|
| +struct CrossThreadCopier<CrossThreadWeakPersistent<T>> : public CrossThreadCopierPassThrough<CrossThreadWeakPersistent<T>> {
|
| + STATIC_ONLY(CrossThreadCopier);
|
| +};
|
| +
|
| +template<typename T>
|
| struct CrossThreadCopier<WeakPtr<T>> : public CrossThreadCopierPassThrough<WeakPtr<T>> {
|
| STATIC_ONLY(CrossThreadCopier);
|
| };
|
|
|