| Index: Source/core/platform/PlatformSpeechSynthesis.h
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesis.h b/Source/core/platform/PlatformSpeechSynthesis.h
|
| index 8c944e96f4169aaba7047f1bd6654d1cc41ada08..15ae4bb8fbc08ab48e6445fed346bd3aea1bb3c8 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesis.h
|
| +++ b/Source/core/platform/PlatformSpeechSynthesis.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef PlatformSpeechSynthesis_h
|
| #define PlatformSpeechSynthesis_h
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
| #include <wtf/Vector.h>
|
| @@ -53,6 +51,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #endif // PlatformSpeechSynthesis_h
|
|
|