| Index: Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp b/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
|
| index 093d78a084edd2eae81a1892b13f02590fd9f5fe..b4c95b977edcd1488930d4a1846ae780a831b6ee 100644
|
| --- a/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
|
| +++ b/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
|
| @@ -31,8 +31,6 @@
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/Vector.h>
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| namespace WebKit {
|
|
|
| void WebSpeechSynthesisVoice::assign(const WebSpeechSynthesisVoice& other)
|
| @@ -76,5 +74,3 @@ WebSpeechSynthesisVoice::operator PassRefPtr<WebCore::PlatformSpeechSynthesisVoi
|
| }
|
|
|
| } // namespace WebKit
|
| -
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
|
|