| Index: third_party/WebKit/Source/modules/speech/SpeechRecognition.h
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechRecognition.h b/third_party/WebKit/Source/modules/speech/SpeechRecognition.h
|
| index a216bbf83f57f60e8d6d8325a89ec1e7d33a5d29..e4b86da09eceb8e793f73330387ff5a440f5eae4 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechRecognition.h
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognition.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef SpeechRecognition_h
|
| #define SpeechRecognition_h
|
|
|
| +#include "bindings/core/v8/V8GCRoot.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| #include "core/page/PageLifecycleObserver.h"
|
| #include "modules/EventTargetModules.h"
|
| @@ -45,7 +46,7 @@ class MediaStreamTrack;
|
| class SpeechRecognitionController;
|
| class SpeechRecognitionError;
|
|
|
| -class MODULES_EXPORT SpeechRecognition final : public RefCountedGarbageCollectedEventTargetWithInlineData<SpeechRecognition>, public PageLifecycleObserver, public ActiveDOMObject {
|
| +class MODULES_EXPORT SpeechRecognition final : public RefCountedGarbageCollectedEventTargetWithInlineData<SpeechRecognition>, public PageLifecycleObserver, public ActiveDOMObject, public V8GCRoot {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(SpeechRecognition);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SpeechRecognition);
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|