| Index: Source/core/platform/PlatformSpeechSynthesizer.h
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesizer.h b/Source/core/platform/PlatformSpeechSynthesizer.h
|
| index b0c58f5fa938c0bb8eebf2e66a74137d4da01e3b..694b96847c078a3b544eaef81510d3b18717bfee 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesizer.h
|
| +++ b/Source/core/platform/PlatformSpeechSynthesizer.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef PlatformSpeechSynthesizer_h
|
| #define PlatformSpeechSynthesizer_h
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #include "core/platform/PlatformSpeechSynthesisVoice.h"
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/Vector.h>
|
| @@ -89,6 +87,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #endif // PlatformSpeechSynthesizer_h
|
|
|