Index: content/browser/web_contents/web_contents_impl.cc |
=================================================================== |
--- content/browser/web_contents/web_contents_impl.cc (revision 185351) |
+++ content/browser/web_contents/web_contents_impl.cc (working copy) |
@@ -536,7 +536,7 @@ |
prefs.record_rendering_stats = |
command_line.HasSwitch(switches::kEnableGpuBenchmarking); |
prefs.threaded_html_parser = |
- !command_line.HasSwitch(switches::kDisableThreadedHTMLParser); |
+ command_line.HasSwitch(switches::kEnableThreadedHTMLParser); |
bool touch_device_present = false; |
touch_device_present = ui::IsTouchDevicePresent(); |