Index: Source/core/platform/chromium/PlatformSpeechSynthesizerChromium.cpp |
diff --git a/Source/core/platform/chromium/PlatformSpeechSynthesizerChromium.cpp b/Source/core/platform/chromium/PlatformSpeechSynthesizerChromium.cpp |
index c3850211c7e628e371393fcbf6d4976c9de0dd63..71666282598d02088226ef90a96921ce0f87ae8c 100644 |
--- a/Source/core/platform/chromium/PlatformSpeechSynthesizerChromium.cpp |
+++ b/Source/core/platform/chromium/PlatformSpeechSynthesizerChromium.cpp |
@@ -40,8 +40,6 @@ |
#include <public/WebSpeechSynthesizerClient.h> |
#include <wtf/RetainPtr.h> |
-#if ENABLE(SPEECH_SYNTHESIS) |
- |
namespace WebCore { |
PlatformSpeechSynthesizer::PlatformSpeechSynthesizer(PlatformSpeechSynthesizerClient* client) |
@@ -88,5 +86,3 @@ void PlatformSpeechSynthesizer::cancel() |
} |
} // namespace WebCore |
- |
-#endif // ENABLE(SPEECH_SYNTHESIS) |