| Index: Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| diff --git a/Source/modules/speech/SpeechSynthesisUtterance.cpp b/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| index 164be2293a50b03d8ca4bc3024cde9b126d1361b..ca26f3a66253b5ca390bb2e62270221afad8fa48 100644
|
| --- a/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| +++ b/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| @@ -26,8 +26,6 @@
|
| #include "config.h"
|
| #include "modules/speech/SpeechSynthesisUtterance.h"
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| namespace WebCore {
|
|
|
| PassRefPtr<SpeechSynthesisUtterance> SpeechSynthesisUtterance::create(ScriptExecutionContext* context, const String& text)
|
| @@ -73,5 +71,3 @@ void SpeechSynthesisUtterance::setVoice(SpeechSynthesisVoice* voice)
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
|
|