| Index: Source/modules/speech/SpeechSynthesis.cpp
|
| diff --git a/Source/modules/speech/SpeechSynthesis.cpp b/Source/modules/speech/SpeechSynthesis.cpp
|
| index e747e06aa42ef38b06141269d0acf6275b7ec14c..9815767b80525cb72be1957446fc943c07d013b3 100644
|
| --- a/Source/modules/speech/SpeechSynthesis.cpp
|
| +++ b/Source/modules/speech/SpeechSynthesis.cpp
|
| @@ -36,7 +36,7 @@ namespace WebCore {
|
|
|
| PassRefPtrWillBeRawPtr<SpeechSynthesis> SpeechSynthesis::create(ExecutionContext* context)
|
| {
|
| - return adoptRefCountedWillBeRefCountedGarbageCollected(new SpeechSynthesis(context));
|
| + return adoptRefWillBeRefCountedGarbageCollected(new SpeechSynthesis(context));
|
| }
|
|
|
| SpeechSynthesis::SpeechSynthesis(ExecutionContext* context)
|
|
|