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

Unified Diff: webkit/common/webpreferences.cc

Issue 268363002: Enable threaded parsing everywhere (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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/common/webpreferences.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webpreferences.cc
diff --git a/webkit/common/webpreferences.cc b/webkit/common/webpreferences.cc
index ed0cf71ddaa6f3d32ed2b24ba5fc6681072a1674..e18cd28d59d94b0f1cc0c43f2224d85df185e44c 100644
--- a/webkit/common/webpreferences.cc
+++ b/webkit/common/webpreferences.cc
@@ -57,7 +57,6 @@ WebPreferences::WebPreferences()
webgl_errors_to_console_enabled(true),
mock_scrollbars_enabled(false),
layer_squashing_enabled(true),
- threaded_html_parser(true),
asynchronous_spell_checking_enabled(true),
unified_textchecker_enabled(false),
force_compositing_mode(true),
« no previous file with comments | « webkit/common/webpreferences.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698