Index: Source/modules/speech/SpeechSynthesisUtterance.cpp |
diff --git a/Source/modules/speech/SpeechSynthesisUtterance.cpp b/Source/modules/speech/SpeechSynthesisUtterance.cpp |
index 8b98af639b03714568f9f9bb0013b4a524aa9e47..4d3830263c64ed01b75e6619a2be4fb64ec10751 100644 |
--- a/Source/modules/speech/SpeechSynthesisUtterance.cpp |
+++ b/Source/modules/speech/SpeechSynthesisUtterance.cpp |
@@ -30,7 +30,7 @@ namespace blink { |
SpeechSynthesisUtterance* SpeechSynthesisUtterance::create(ExecutionContext* context, const String& text) |
{ |
- return adoptRefCountedGarbageCollectedWillBeNoop(new SpeechSynthesisUtterance(context, text)); |
+ return new SpeechSynthesisUtterance(context, text); |
} |
SpeechSynthesisUtterance::SpeechSynthesisUtterance(ExecutionContext* context, const String& text) |