Index: Source/modules/speech/SpeechSynthesis.cpp |
diff --git a/Source/modules/speech/SpeechSynthesis.cpp b/Source/modules/speech/SpeechSynthesis.cpp |
index 35560788f0929cb1f0307052ee753fe826cbc619..2eae52fb88ea0feac685d984a4647f28d137d82c 100644 |
--- a/Source/modules/speech/SpeechSynthesis.cpp |
+++ b/Source/modules/speech/SpeechSynthesis.cpp |
@@ -36,7 +36,7 @@ namespace WebCore { |
SpeechSynthesis* SpeechSynthesis::create(ExecutionContext* context) |
{ |
- return adoptRefCountedGarbageCollected(new SpeechSynthesis(context)); |
+ return new SpeechSynthesis(context); |
} |
SpeechSynthesis::SpeechSynthesis(ExecutionContext* context) |