| Index: Source/modules/speech/DOMWindowSpeechSynthesis.cpp
|
| diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp
|
| index fb82552503e0ca7b6a4beeeef5368008bb4d083e..5bee66f91c11312c3d343361cf87fe24c6c2dacd 100644
|
| --- a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp
|
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp
|
| @@ -31,8 +31,6 @@
|
| #include "config.h"
|
| #include "modules/speech/DOMWindowSpeechSynthesis.h"
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #include "core/page/DOMWindow.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| @@ -77,5 +75,3 @@ SpeechSynthesis* DOMWindowSpeechSynthesis::speechSynthesis()
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
|
|