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

Unified Diff: Source/modules/speech/SpeechRecognitionAlternative.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 6 years, 3 months 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
« no previous file with comments | « Source/modules/speech/SpeechRecognition.cpp ('k') | Source/modules/speech/SpeechRecognitionError.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/SpeechRecognitionAlternative.cpp
diff --git a/Source/modules/speech/SpeechRecognitionAlternative.cpp b/Source/modules/speech/SpeechRecognitionAlternative.cpp
index bb17cf439b7d0c949f98e31fd074294888af0c8c..1505bba61db9df9531c0dd63baad071cd29724ce 100644
--- a/Source/modules/speech/SpeechRecognitionAlternative.cpp
+++ b/Source/modules/speech/SpeechRecognitionAlternative.cpp
@@ -38,7 +38,6 @@ SpeechRecognitionAlternative::SpeechRecognitionAlternative(const String& transcr
: m_transcript(transcript)
, m_confidence(confidence)
{
- ScriptWrappable::init(this);
}
} // namespace blink
« no previous file with comments | « Source/modules/speech/SpeechRecognition.cpp ('k') | Source/modules/speech/SpeechRecognitionError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698