Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1294)

Unified Diff: webkit/tools/test_shell/test_shell_switches.cc

Issue 2843005: Rolls WebKit 61233:61234 (Enable HTML5 Lexer) (Closed)
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/test_shell/test_shell_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/tools/test_shell/test_shell_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698