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

Unified Diff: Source/WebCore/Modules/speech/SpeechSynthesisEvent.cpp

Issue 13814002: First part of work to move V8 binding integrity off of vtables. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/WebCore/Modules/speech/SpeechSynthesisEvent.cpp
diff --git a/Source/WebCore/Modules/speech/SpeechSynthesisEvent.cpp b/Source/WebCore/Modules/speech/SpeechSynthesisEvent.cpp
index ff3d55b482f8e2053c3e21cce40f80b372f2e2f2..9ab062904b5eafc67fc834bda8ecba8a82ec4466 100644
--- a/Source/WebCore/Modules/speech/SpeechSynthesisEvent.cpp
+++ b/Source/WebCore/Modules/speech/SpeechSynthesisEvent.cpp
@@ -42,6 +42,7 @@ PassRefPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString
SpeechSynthesisEvent::SpeechSynthesisEvent()
{
+ ScriptWrappable::init(this);
}
SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name)
« no previous file with comments | « Source/WebCore/Modules/speech/SpeechRecognitionEvent.cpp ('k') | Source/WebCore/Modules/webaudio/AudioProcessingEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698