| Index: Source/core/platform/PlatformSpeechSynthesisVoice.h
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesisVoice.h b/Source/core/platform/PlatformSpeechSynthesisVoice.h
|
| index f6177ea2a410da18408c8769828a7726a7dc5664..79e7ef1d31b7c6927815a3df8a66189359c4bd07 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesisVoice.h
|
| +++ b/Source/core/platform/PlatformSpeechSynthesisVoice.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef PlatformSpeechSynthesisVoice_h
|
| #define PlatformSpeechSynthesisVoice_h
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
| #include <wtf/text/WTFString.h>
|
| @@ -67,6 +65,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #endif // PlatformSpeechSynthesisVoice_h
|
|
|