Index: third_party/WebKit/Source/modules/mediasource/SourceBuffer.h |
diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h |
index ba9512fd61b9aa3bcbb5e561b5196d2812478a0c..099ee5fcd97339eba11efa35143b4da281d7d0ab 100644 |
--- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h |
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h |
@@ -31,6 +31,7 @@ |
#ifndef SourceBuffer_h |
#define SourceBuffer_h |
+#include "bindings/core/v8/V8GCRoot.h" |
#include "core/dom/ActiveDOMObject.h" |
#include "core/fileapi/FileReaderLoaderClient.h" |
#include "modules/EventTargetModules.h" |
@@ -57,7 +58,8 @@ class SourceBuffer final |
: public RefCountedGarbageCollectedEventTargetWithInlineData<SourceBuffer> |
, public ActiveDOMObject |
, public FileReaderLoaderClient |
- , public WebSourceBufferClient { |
+ , public WebSourceBufferClient |
+ , public V8GCRoot { |
REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(SourceBuffer); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SourceBuffer); |
DEFINE_WRAPPERTYPEINFO(); |