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

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

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.cpp
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.cpp b/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.cpp
index 284528272cb89d6128645dea00a3f8a8a5501240..28ed5164dbdf5d4c2289ff70bf3f668fa7a97cff 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.cpp
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.cpp
@@ -51,6 +51,7 @@ const AtomicString& MediaEncryptedEvent::interfaceName() const
DEFINE_TRACE(MediaEncryptedEvent)
{
+ visitor->trace(m_initData);
Event::trace(visitor);
}

Powered by Google App Engine
This is Rietveld 408576698