| Index: Source/modules/speech/SpeechRecognition.h
|
| diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h
|
| index a7edbf4ba49a4de41f65d749e6e3a3d87030a45e..d21b5a6f580b2d10f1123e37a54337d85a424759 100644
|
| --- a/Source/modules/speech/SpeechRecognition.h
|
| +++ b/Source/modules/speech/SpeechRecognition.h
|
| @@ -46,7 +46,7 @@ class SpeechRecognitionController;
|
| class SpeechRecognitionError;
|
|
|
| class MODULES_EXPORT SpeechRecognition final : public RefCountedGarbageCollectedEventTargetWithInlineData<SpeechRecognition>, public PageLifecycleObserver, public ActiveDOMObject {
|
| - DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<SpeechRecognition>);
|
| + REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(SpeechRecognition);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SpeechRecognition);
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|