| Index: webkit/tools/test_shell/test_shell_switches.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc
|
| index 050e89d9c0d50f1aee6dd161be5885570eab98eb..bd544d189b79b52824cbf8241000ff64eeecf940 100644
|
| --- a/webkit/tools/test_shell/test_shell_switches.cc
|
| +++ b/webkit/tools/test_shell/test_shell_switches.cc
|
| @@ -86,6 +86,6 @@ const char kHeapProfiler[] = "heap-profiler";
|
|
|
| const char kAllowExternalPages[] = "allow-external-pages";
|
|
|
| -const char kEnableHtml5Parser[] = "html5-parser";
|
| +const char kEnableLegacyParser[] = "legacy-parser";
|
|
|
| } // namespace test_shell
|
|
|