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