| Index: Source/modules/speech/chromium/SpeechSynthesisChromium.cpp
|
| diff --git a/Source/modules/speech/chromium/SpeechSynthesisChromium.cpp b/Source/modules/speech/chromium/SpeechSynthesisChromium.cpp
|
| index 19b01df181aaf1fac8a5b57667023ade3a35c310..af7022e2e8e7bf1caf4f2f8655cf05730769f614 100644
|
| --- a/Source/modules/speech/chromium/SpeechSynthesisChromium.cpp
|
| +++ b/Source/modules/speech/chromium/SpeechSynthesisChromium.cpp
|
| @@ -26,8 +26,6 @@
|
| #include "config.h"
|
| #include "modules/speech/SpeechSynthesis.h"
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #include "modules/speech/SpeechSynthesisUtterance.h"
|
| #include "modules/speech/SpeechSynthesisVoice.h"
|
|
|
| @@ -69,5 +67,3 @@ void SpeechSynthesis::resume()
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
|
|