Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Unified Diff: third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698