Index: Source/modules/speech/SpeechRecognition.h |
diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h |
index f30e2b8302d7bc003c5b4fc827877305f731b515..77a94108539306e8d5e0adb56dfd37dda8165d6a 100644 |
--- a/Source/modules/speech/SpeechRecognition.h |
+++ b/Source/modules/speech/SpeechRecognition.h |
@@ -42,8 +42,7 @@ class ExecutionContext; |
class SpeechRecognitionController; |
class SpeechRecognitionError; |
-class SpeechRecognition FINAL : public RefCountedGarbageCollected<SpeechRecognition>, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData { |
- DEFINE_EVENT_TARGET_REFCOUNTING(RefCountedGarbageCollected<SpeechRecognition>); |
+class SpeechRecognition FINAL : public GarbageCollectedFinalized<SpeechRecognition>, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SpeechRecognition); |
public: |
static SpeechRecognition* create(ExecutionContext*); |