| Index: Source/modules/encryptedmedia/MediaKeySession.h
|
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.h b/Source/modules/encryptedmedia/MediaKeySession.h
|
| index aee59a710fbd96c5d7313d5b1ee457475a98c90e..f328c5c25a1f733ce3b646c017b699c48c618dd1 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeySession.h
|
| +++ b/Source/modules/encryptedmedia/MediaKeySession.h
|
| @@ -123,7 +123,7 @@ private:
|
|
|
| String m_keySystem;
|
| RefPtr<MediaKeyError> m_error;
|
| - OwnPtr<GenericEventQueue> m_asyncEventQueue;
|
| + OwnPtrWillBeMember<GenericEventQueue> m_asyncEventQueue;
|
| OwnPtr<blink::WebContentDecryptionModuleSession> m_session;
|
|
|
| // Used to determine if MediaKeys is still active.
|
|
|