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

Unified Diff: Source/modules/speech/SpeechRecognitionError.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/SpeechRecognitionError.cpp
diff --git a/Source/modules/speech/SpeechRecognitionError.cpp b/Source/modules/speech/SpeechRecognitionError.cpp
index 761120aab6e37acd2850e6e7890ba706ca7cd8df..135d635acfc3c3e069f21dffc740e94a2a0214ea 100644
--- a/Source/modules/speech/SpeechRecognitionError.cpp
+++ b/Source/modules/speech/SpeechRecognitionError.cpp
@@ -76,7 +76,6 @@ SpeechRecognitionError::SpeechRecognitionError(const String& error, const String
, m_error(error)
, m_message(message)
{
- ScriptWrappable::init(this);
}
SpeechRecognitionError::SpeechRecognitionError(const AtomicString& eventName, const SpeechRecognitionErrorInit& initializer)
@@ -84,7 +83,6 @@ SpeechRecognitionError::SpeechRecognitionError(const AtomicString& eventName, co
, m_error(initializer.error)
, m_message(initializer.message)
{
- ScriptWrappable::init(this);
}
const AtomicString& SpeechRecognitionError::interfaceName() const
« no previous file with comments | « Source/modules/speech/SpeechRecognitionAlternative.cpp ('k') | Source/modules/speech/SpeechRecognitionEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698