Index: Source/modules/speech/SpeechSynthesis.cpp |
diff --git a/Source/modules/speech/SpeechSynthesis.cpp b/Source/modules/speech/SpeechSynthesis.cpp |
index 6037e229f4d1c347bbbd1daf0145063f266b3588..9ec2413c450dacda42b505bdd543c2d49177af55 100644 |
--- a/Source/modules/speech/SpeechSynthesis.cpp |
+++ b/Source/modules/speech/SpeechSynthesis.cpp |
@@ -36,7 +36,7 @@ namespace blink { |
SpeechSynthesis* SpeechSynthesis::create(ExecutionContext* context) |
{ |
- return adoptRefCountedGarbageCollectedWillBeNoop(new SpeechSynthesis(context)); |
+ return new SpeechSynthesis(context); |
} |
SpeechSynthesis::SpeechSynthesis(ExecutionContext* context) |