| Index: public/platform/WebContentDecryptionModuleResult.h
|
| diff --git a/public/platform/WebContentDecryptionModuleResult.h b/public/platform/WebContentDecryptionModuleResult.h
|
| index f06bbec076ec598dc57cb75478c4611003afd632..f268c3a3bb524455da22037bc1e0f561dafeac64 100644
|
| --- a/public/platform/WebContentDecryptionModuleResult.h
|
| +++ b/public/platform/WebContentDecryptionModuleResult.h
|
| @@ -66,7 +66,7 @@ private:
|
| BLINK_PLATFORM_EXPORT void reset();
|
| BLINK_PLATFORM_EXPORT void assign(const WebContentDecryptionModuleResult&);
|
|
|
| - WebPrivatePtr<ContentDecryptionModuleResult> m_impl;
|
| + WebPrivatePtr<ContentDecryptionModuleResult, AllowCrossThreadDestruction> m_impl;
|
| };
|
|
|
| } // namespace blink
|
|
|