Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.h

Issue 1878463002: Move DOMArrayBuffer, DOMArrayBufferViews and DataView to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tidy Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698