| Index: Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp b/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
|
| index 33f7179aa84fb00986676fee3831c35b2716d753..24468d7892d239dd95bfbef2c5d6212781ecc02c 100644
|
| --- a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
|
| +++ b/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
|
| @@ -25,8 +25,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #include <public/WebSpeechSynthesisUtterance.h>
|
|
|
| #include "core/platform/PlatformSpeechSynthesisUtterance.h"
|
| @@ -104,5 +102,3 @@ double WebSpeechSynthesisUtterance::startTime() const
|
| }
|
|
|
| } // namespace WebKit
|
| -
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
|
|