| Index: content/public/common/content_switches.cc
|
| ===================================================================
|
| --- content/public/common/content_switches.cc (revision 185351)
|
| +++ content/public/common/content_switches.cc (working copy)
|
| @@ -297,8 +297,8 @@
|
| const char kEnableExperimentalWebKitFeatures[] =
|
| "enable-experimental-webkit-features";
|
|
|
| -// Disables the threaded HTML parser in WebKit
|
| -const char kDisableThreadedHTMLParser[] = "disable-threaded-html-parser";
|
| +// Enables the threaded HTML parser in WebKit
|
| +const char kEnableThreadedHTMLParser[] = "enable-threaded-html-parser";
|
|
|
| // Enables the fastback page cache.
|
| const char kEnableFastback[] = "enable-fastback";
|
|
|