| 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 cfb46fa77cd6ab229719410cd9b0f1f223dc198a..f9bc16a6311d357ed85eb953ae0d0b69502a758c 100644
|
| --- a/third_party/WebKit/Source/platform/CrossThreadCopier.h
|
| +++ b/third_party/WebKit/Source/platform/CrossThreadCopier.h
|
| @@ -166,11 +166,6 @@ struct CrossThreadCopier<WTF::PassedWrapper<T>> {
|
| static Type copy(WTF::PassedWrapper<T>&& value) { return passed(CrossThreadCopier<T>::copy(value.moveOut())); }
|
| };
|
|
|
| -template<typename T>
|
| -struct CrossThreadCopier<CrossThreadWeakPersistentThisPointer<T>> : public CrossThreadCopierPassThrough<CrossThreadWeakPersistentThisPointer<T>> {
|
| - STATIC_ONLY(CrossThreadCopier);
|
| -};
|
| -
|
| template <>
|
| struct CrossThreadCopier<KURL> {
|
| STATIC_ONLY(CrossThreadCopier);
|
|
|