| Index: Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
|
| index 81229c2ee60d458bf016e0ffde7891263382e79d..fe6d3dac69c7e77664a36a59e24c3927e3080079 100644
|
| --- a/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/Source/web/WebRuntimeFeatures.cpp
|
| @@ -207,11 +207,6 @@ void WebRuntimeFeatures::enableSessionStorage(bool enable)
|
| RuntimeEnabledFeatures::setSessionStorageEnabled(enable);
|
| }
|
|
|
| -void WebRuntimeFeatures::enableSpeechSynthesis(bool enable)
|
| -{
|
| - RuntimeEnabledFeatures::setSpeechSynthesisEnabled(enable);
|
| -}
|
| -
|
| void WebRuntimeFeatures::enableTouch(bool enable)
|
| {
|
| RuntimeEnabledFeatures::setTouchEnabled(enable);
|
|
|