| Index: Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| diff --git a/Source/modules/speech/SpeechSynthesisUtterance.cpp b/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| index 4e9cc8ced9b3c4ab6969ddbddf8b60a422113939..e63ac018028832ad6c81d04ec79b5cd600012635 100644
|
| --- a/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| +++ b/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
|
|
| PassRefPtrWillBeRawPtr<SpeechSynthesisUtterance> SpeechSynthesisUtterance::create(ExecutionContext* context, const String& text)
|
| {
|
| - return adoptRefCountedWillBeRefCountedGarbageCollected(new SpeechSynthesisUtterance(context, text));
|
| + return adoptRefWillBeRefCountedGarbageCollected(new SpeechSynthesisUtterance(context, text));
|
| }
|
|
|
| SpeechSynthesisUtterance::SpeechSynthesisUtterance(ExecutionContext* context, const String& text)
|
|
|