Index: third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h |
diff --git a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h |
index ce1e3167b1125091996008d148c70878bdf1bd25..71b01da379fd606612e80fc9831969611ba07c54 100644 |
--- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h |
+++ b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h |
@@ -5,6 +5,7 @@ |
#ifndef MediaRecorder_h |
#define MediaRecorder_h |
+#include "bindings/core/v8/V8GCRoot.h" |
#include "core/dom/ActiveDOMObject.h" |
#include "core/events/EventTarget.h" |
#include "modules/EventTargetModules.h" |
@@ -24,7 +25,8 @@ class ExceptionState; |
class MODULES_EXPORT MediaRecorder final |
: public RefCountedGarbageCollectedEventTargetWithInlineData<MediaRecorder> |
, public WebMediaRecorderHandlerClient |
- , public ActiveDOMObject { |
+ , public ActiveDOMObject |
+ , public V8GCRoot { |
REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(MediaRecorder); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MediaRecorder); |
DEFINE_WRAPPERTYPEINFO(); |