Index: Source/modules/mediasource/WebKitSourceBufferList.h |
diff --git a/Source/modules/mediasource/WebKitSourceBufferList.h b/Source/modules/mediasource/WebKitSourceBufferList.h |
index 7ddabe90510d311a2c902d2de5cf771d75ceeb57..cda12f0f0c43e7a90c01f8c906b7372897dd8f9b 100644 |
--- a/Source/modules/mediasource/WebKitSourceBufferList.h |
+++ b/Source/modules/mediasource/WebKitSourceBufferList.h |
@@ -43,7 +43,6 @@ class WebKitSourceBuffer; |
class GenericEventQueue; |
class WebKitSourceBufferList FINAL : public RefCountedWillBeRefCountedGarbageCollected<WebKitSourceBufferList>, public ScriptWrappable, public EventTargetWithInlineData { |
- DECLARE_GC_INFO; |
DEFINE_EVENT_TARGET_REFCOUNTING(RefCountedWillBeRefCountedGarbageCollected<WebKitSourceBufferList>); |
public: |
static PassRefPtrWillBeRawPtr<WebKitSourceBufferList> create(ExecutionContext* context, GenericEventQueue* asyncEventQueue) |