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