| Index: Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| index 0f8218525765ee2176f1fad59c69c5c2fddd515c..d4a95ac4b061f8e597cae558fc998b774a519249 100644
|
| --- a/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef DOMWindowSpeechSynthesis_h
|
| #define DOMWindowSpeechSynthesis_h
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #include "core/page/DOMWindowProperty.h"
|
| #include "core/platform/Supplementable.h"
|
| #include "modules/speech/SpeechSynthesis.h"
|
| @@ -54,6 +52,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #endif // DOMWindowSpeechSynthesis_h
|
|
|