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

Unified Diff: Source/modules/speech/SpeechRecognitionResult.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
Index: Source/modules/speech/SpeechRecognitionResult.cpp
diff --git a/Source/modules/speech/SpeechRecognitionResult.cpp b/Source/modules/speech/SpeechRecognitionResult.cpp
index 984b9d53df2464d2bfd612b863944fcf57e99282..ce592a58db0bc2f214582d2d4e501fc7c46434fe 100644
--- a/Source/modules/speech/SpeechRecognitionResult.cpp
+++ b/Source/modules/speech/SpeechRecognitionResult.cpp
@@ -46,7 +46,6 @@ SpeechRecognitionResult::SpeechRecognitionResult(const HeapVector<Member<SpeechR
: m_final(final)
, m_alternatives(alternatives)
{
- ScriptWrappable::init(this);
}
void SpeechRecognitionResult::trace(Visitor* visitor)
« no previous file with comments | « Source/modules/speech/SpeechRecognitionEvent.cpp ('k') | Source/modules/speech/SpeechRecognitionResultList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698