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 6da3962cfd0b8abaedc98ecf7763dab863ed6809..3d6e51f352d00d21f914871a6f0d6a14d7879bfb 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::enableDeviceOrientation(false); |
// Load libraries for media and enable the media player. |
FilePath module_path; |