diff options
-rw-r--r-- | webkit/tools/test_shell/test_shell_main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell_main.cc b/webkit/tools/test_shell/test_shell_main.cc index 55fcc49..96bca74 100644 --- a/webkit/tools/test_shell/test_shell_main.cc +++ b/webkit/tools/test_shell/test_shell_main.cc @@ -196,8 +196,8 @@ int main(int argc, char* argv[]) { bool interactive = !layout_test_mode; TestShell::InitializeTestShell(interactive); - if (parsed_command_line.HasSwitch(test_shell::kAllowScriptsToCloseWindows)) - TestShell::SetAllowScriptsToCloseWindows(); + if (parsed_command_line.HasSwitch(test_shell::kAllowScriptsToCloseWindows)) + TestShell::SetAllowScriptsToCloseWindows(); // Disable user themes for layout tests so pixel tests are consistent. if (!interactive) |