| Index: third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp b/third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp
|
| index 90b0c97dde48cc97cee7702bd64972c6b57e8d8b..6fb212fa0ebffe398ca3a3e764be0c8a152b3b1a 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp
|
| @@ -175,6 +175,7 @@ bool SpeechRecognition::hasPendingActivity() const
|
|
|
| SpeechRecognition::SpeechRecognition(Page* page, ExecutionContext* context)
|
| : PageLifecycleObserver(page)
|
| + , ActiveScriptWrappable(this)
|
| , ActiveDOMObject(context)
|
| , m_grammars(SpeechGrammarList::create()) // FIXME: The spec is not clear on the default value for the grammars attribute.
|
| , m_audioTrack(nullptr)
|
|
|