Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index a10025ec60617b5d5e410ead33467e63c1514278..44754b145247eaaff9d4746e39e0999376191cd1 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -203,11 +203,6 @@ void WebRuntimeFeatures::enableScreenOrientation(bool enable) |
RuntimeEnabledFeatures::setScreenOrientationEnabled(enable); |
} |
-void WebRuntimeFeatures::enableScriptedSpeech(bool enable) |
-{ |
- RuntimeEnabledFeatures::setScriptedSpeechEnabled(enable); |
-} |
- |
void WebRuntimeFeatures::enableServiceWorker(bool enable) |
{ |
RuntimeEnabledFeatures::setServiceWorkerEnabled(enable); |