Index: Source/core/platform/PlatformSpeechSynthesisUtterance.cpp |
diff --git a/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp b/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp |
index c5ce248a15d5e15cedb2fad355350cc390c01392..a3f3276c3136a6698090c6c9d74720078b0e0507 100644 |
--- a/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp |
+++ b/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp |
@@ -26,8 +26,6 @@ |
#include "config.h" |
#include "core/platform/PlatformSpeechSynthesisUtterance.h" |
-#if ENABLE(SPEECH_SYNTHESIS) |
- |
namespace WebCore { |
PassRefPtr<PlatformSpeechSynthesisUtterance> PlatformSpeechSynthesisUtterance::create(PlatformSpeechSynthesisUtteranceClient* client) |
@@ -44,5 +42,3 @@ PlatformSpeechSynthesisUtterance::PlatformSpeechSynthesisUtterance(PlatformSpeec |
} |
} // namespace WebCore |
- |
-#endif // ENABLE(SPEECH_SYNTHESIS) |