Chromium Code Reviews| Index: webkit/tools/test_shell/test_shell_switches.cc |
| =================================================================== |
| --- webkit/tools/test_shell/test_shell_switches.cc (revision 49694) |
| +++ webkit/tools/test_shell/test_shell_switches.cc (working copy) |
| @@ -86,6 +86,6 @@ |
| const char kAllowExternalPages[] = "allow-external-pages"; |
| -const char kEnableHtml5Parser[] = "html5-parser"; |
| +const char kEnableLegacyParser[] = "legacy-parser"; |
| } // namespace test_shell |