Index: webkit/tools/test_shell/test_shell_webkit_init.cc |
diff --git a/webkit/tools/test_shell/test_shell_webkit_init.cc b/webkit/tools/test_shell/test_shell_webkit_init.cc |
index ad3ea321d7175cd8b424453dfc5fb10b07bd6b91..aba2c8b9f6c3b9d65b285a8d33198e38fe43704d 100644 |
--- a/webkit/tools/test_shell/test_shell_webkit_init.cc |
+++ b/webkit/tools/test_shell/test_shell_webkit_init.cc |
@@ -42,6 +42,7 @@ TestShellWebKitInit::TestShellWebKitInit(bool layout_test_mode) { |
WebKit::WebRuntimeFeatures::enableNotifications(true); |
WebKit::WebRuntimeFeatures::enableTouch(true); |
WebKit::WebRuntimeFeatures::enableIndexedDatabase(true); |
+ WebKit::WebRuntimeFeatures::enableSpeechInput(true); |
// TODO(hwennborg): Enable this once the implementation supports it. |
WebKit::WebRuntimeFeatures::enableDeviceOrientation(false); |