| Index: Source/core/platform/PlatformSpeechSynthesisUtterance.h
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesisUtterance.h b/Source/core/platform/PlatformSpeechSynthesisUtterance.h
|
| index b28cb90e81b046190b3939ffd95157498c6ea5a2..dc4b1f1dc6b50a83234dafba94e2d29e8ef18fde 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesisUtterance.h
|
| +++ b/Source/core/platform/PlatformSpeechSynthesisUtterance.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef PlatformSpeechSynthesisUtterance_h
|
| #define PlatformSpeechSynthesisUtterance_h
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #include "core/platform/PlatformSpeechSynthesisVoice.h"
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
| @@ -88,6 +86,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #endif // PlatformSpeechSynthesisUtterance_h
|
|
|