Index: Source/modules/speech/SpeechRecognition.h |
diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h |
index 08a2790534f3d007c70bca08d2cf178b40d4cc1d..a6e647a6cdfb643d26b4b1d7bb7a189a233bf7d0 100644 |
--- a/Source/modules/speech/SpeechRecognition.h |
+++ b/Source/modules/speech/SpeechRecognition.h |
@@ -45,7 +45,6 @@ class SpeechRecognitionController; |
class SpeechRecognitionError; |
class SpeechRecognition FINAL : public RefCountedWillBeRefCountedGarbageCollected<SpeechRecognition>, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData { |
- DECLARE_GC_INFO; |
DEFINE_EVENT_TARGET_REFCOUNTING(RefCountedWillBeRefCountedGarbageCollected<SpeechRecognition>); |
public: |
static PassRefPtrWillBeRawPtr<SpeechRecognition> create(ExecutionContext*); |