| Index: Source/modules/speech/SpeechSynthesisUtterance.h
|
| diff --git a/Source/modules/speech/SpeechSynthesisUtterance.h b/Source/modules/speech/SpeechSynthesisUtterance.h
|
| index d8eb3c535a22eeba25721fccb221fcccfbda421f..a79f81bdd7da9a241ac156ac5d79adb2bb67a7af 100644
|
| --- a/Source/modules/speech/SpeechSynthesisUtterance.h
|
| +++ b/Source/modules/speech/SpeechSynthesisUtterance.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef SpeechSynthesisUtterance_h
|
| #define SpeechSynthesisUtterance_h
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #include "core/dom/ContextDestructionObserver.h"
|
| #include "core/dom/EventTarget.h"
|
| #include "core/platform/PlatformSpeechSynthesisUtterance.h"
|
| @@ -96,6 +94,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #endif // SpeechSynthesisUtterance_h
|
|
|