| Index: Source/modules/speech/SpeechSynthesisVoice.cpp
|
| diff --git a/Source/modules/speech/SpeechSynthesisVoice.cpp b/Source/modules/speech/SpeechSynthesisVoice.cpp
|
| index 4314fc75a6a61ca6e2574422d62a120f4db3d9a5..37ca148acf634f90dcd7cd7fbc7d7660aad17915 100644
|
| --- a/Source/modules/speech/SpeechSynthesisVoice.cpp
|
| +++ b/Source/modules/speech/SpeechSynthesisVoice.cpp
|
| @@ -26,8 +26,6 @@
|
| #include "config.h"
|
| #include "modules/speech/SpeechSynthesisVoice.h"
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| namespace WebCore {
|
|
|
| PassRefPtr<SpeechSynthesisVoice> SpeechSynthesisVoice::create(PassRefPtr<PlatformSpeechSynthesisVoice> voice)
|
| @@ -41,5 +39,3 @@ SpeechSynthesisVoice::SpeechSynthesisVoice(PassRefPtr<PlatformSpeechSynthesisVoi
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
|
|