| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index e8e55a7428126417ecbbf40ac46133eb9818df5c..7dc848295a03875c4843c910b00d650a7b3bb961 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -536,7 +536,7 @@ WebPreferences WebContentsImpl::GetWebkitPrefs(RenderViewHost* rvh,
|
| prefs.record_rendering_stats =
|
| command_line.HasSwitch(switches::kEnableGpuBenchmarking);
|
| prefs.threaded_html_parser =
|
| - command_line.HasSwitch(switches::kEnableThreadedHTMLParser);
|
| + !command_line.HasSwitch(switches::kDisableThreadedHTMLParser);
|
|
|
| bool touch_device_present = false;
|
| touch_device_present = ui::IsTouchDevicePresent();
|
|
|