| Index: third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.h b/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.h
|
| index f9d4196020d85e8cc624cec391b92e31144b3792..9724160bdc7193f16132aba48a60d99b51300bc9 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.h
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.h
|
| @@ -58,7 +58,7 @@ private:
|
| MediaEncryptedEvent(const AtomicString& type, const MediaEncryptedEventInit& initializer);
|
|
|
| String m_initDataType;
|
| - RefPtr<DOMArrayBuffer> m_initData;
|
| + Member<DOMArrayBuffer> m_initData;
|
| };
|
|
|
| } // namespace blink
|
|
|