Index: Source/modules/speech/SpeechRecognition.h |
diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h |
index 9bc5a793f1930046223df0c76ea0c0d4c567217a..69e2aa4c213779191db71262e5401f80c97ba04e 100644 |
--- a/Source/modules/speech/SpeechRecognition.h |
+++ b/Source/modules/speech/SpeechRecognition.h |
@@ -44,8 +44,8 @@ class ExecutionContext; |
class SpeechRecognitionController; |
class SpeechRecognitionError; |
-class SpeechRecognition FINAL : public RefCountedWillBeRefCountedGarbageCollected<SpeechRecognition>, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData { |
- REFCOUNTED_EVENT_TARGET(SpeechRecognition); |
+class SpeechRecognition FINAL : public RefCountedWillBeGarbageCollectedFinalized<SpeechRecognition>, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData { |
+ DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCounted<SpeechRecognition>); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SpeechRecognition); |
public: |
static PassRefPtrWillBeRawPtr<SpeechRecognition> create(ExecutionContext*); |