Index: Source/core/platform/PlatformSpeechSynthesizer.cpp |
diff --git a/Source/core/platform/PlatformSpeechSynthesizer.cpp b/Source/core/platform/PlatformSpeechSynthesizer.cpp |
index eab3de9679b5226c5a22427b2eaa98c68ee7c227..a6f2735435b4cfbf4c2fdd1c546d56cf3b781ccf 100644 |
--- a/Source/core/platform/PlatformSpeechSynthesizer.cpp |
+++ b/Source/core/platform/PlatformSpeechSynthesizer.cpp |
@@ -26,8 +26,6 @@ |
#include "config.h" |
#include "core/platform/PlatformSpeechSynthesizer.h" |
-#if ENABLE(SPEECH_SYNTHESIS) |
- |
namespace WebCore { |
PassOwnPtr<PlatformSpeechSynthesizer> PlatformSpeechSynthesizer::create(PlatformSpeechSynthesizerClient* client) |
@@ -44,5 +42,3 @@ void PlatformSpeechSynthesizer::setVoiceList(Vector<RefPtr<PlatformSpeechSynthes |
} // namespace WebCore |
- |
-#endif // ENABLE(SPEECH_SYNTHESIS) |