diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell_switches.cc')
-rw-r--r-- | webkit/tools/test_shell/test_shell_switches.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc index 050e89d..bd544d1 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 |