| 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 96f83454d726c77a86fd2162b9138c70f6539c20..42cabb42c363e1af017983a97c19807464625839 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp
|
| @@ -162,7 +162,7 @@ bool SpeechRecognition::hasPendingActivity() const {
|
| }
|
|
|
| SpeechRecognition::SpeechRecognition(Page* page, ExecutionContext* context)
|
| - : ActiveScriptWrappable<SpeechRecognition>(this),
|
| + : ActiveScriptWrappable(),
|
| SuspendableObject(context),
|
| m_grammars(SpeechGrammarList::create()), // FIXME: The spec is not clear
|
| // on the default value for the
|
|
|