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 521ec13b2d7362ce6b76de37e5b9ea24bc922a48..96f83454d726c77a86fd2162b9138c70f6539c20 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(this), |
+ : ActiveScriptWrappable<SpeechRecognition>(this), |
SuspendableObject(context), |
m_grammars(SpeechGrammarList::create()), // FIXME: The spec is not clear |
// on the default value for the |