| Index: Source/modules/speech/SpeechSynthesis.cpp
|
| diff --git a/Source/modules/speech/SpeechSynthesis.cpp b/Source/modules/speech/SpeechSynthesis.cpp
|
| index bf614583ff44b0184f27257bd9038eb7c3760faa..586010c2628a072d282864edf330c93964d2b70a 100644
|
| --- a/Source/modules/speech/SpeechSynthesis.cpp
|
| +++ b/Source/modules/speech/SpeechSynthesis.cpp
|
| @@ -26,8 +26,6 @@
|
| #include "config.h"
|
| #include "modules/speech/SpeechSynthesis.h"
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #include "core/platform/PlatformSpeechSynthesisVoice.h"
|
| #include "core/platform/PlatformSpeechSynthesizer.h"
|
| #include "modules/speech/SpeechSynthesisEvent.h"
|
| @@ -210,5 +208,3 @@ void SpeechSynthesis::speakingErrorOccurred(PassRefPtr<PlatformSpeechSynthesisUt
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(INPUT_SPEECH)
|
|
|