Index: Source/modules/speech/SpeechSynthesisEvent.cpp |
diff --git a/Source/modules/speech/SpeechSynthesisEvent.cpp b/Source/modules/speech/SpeechSynthesisEvent.cpp |
index d87cf98df527e7d9fb5a0c9a21021e10ec7a9b63..6c94a661f28c1d9e97b3ec33fb56f0ddc2ba7699 100644 |
--- a/Source/modules/speech/SpeechSynthesisEvent.cpp |
+++ b/Source/modules/speech/SpeechSynthesisEvent.cpp |
@@ -26,8 +26,6 @@ |
#include "config.h" |
#include "modules/speech/SpeechSynthesisEvent.h" |
-#if ENABLE(SPEECH_SYNTHESIS) |
- |
namespace WebCore { |
PassRefPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create() |
@@ -54,5 +52,3 @@ SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned lo |
} |
} // namespace WebCore |
- |
-#endif // ENABLE(SPEECH_SYNTHESIS) |