| Index: public/platform/WebCrypto.h
|
| diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h
|
| index e0b8174297d704a25e4e3edb665c79ac8db5000b..6a4ebf974c326d73810ed369cc9045aa60bad697 100644
|
| --- a/public/platform/WebCrypto.h
|
| +++ b/public/platform/WebCrypto.h
|
| @@ -101,7 +101,7 @@ private:
|
| BLINK_PLATFORM_EXPORT void reset();
|
| BLINK_PLATFORM_EXPORT void assign(const WebCryptoResult&);
|
|
|
| - WebPrivatePtr<CryptoResult> m_impl;
|
| + WebPrivatePtr<CryptoResult, WebPrivatePtrDestructionCrossThread> m_impl;
|
| };
|
|
|
| class WebCryptoDigestor {
|
|
|