| Index: webkit/glue/webpreferences.cc
|
| ===================================================================
|
| --- webkit/glue/webpreferences.cc (revision 57231)
|
| +++ webkit/glue/webpreferences.cc (working copy)
|
| @@ -59,7 +59,6 @@
|
| WebRuntimeFeatures::enableDatabase(
|
| WebRuntimeFeatures::isDatabaseEnabled() || databases_enabled);
|
| settings->setOfflineWebApplicationCacheEnabled(application_cache_enabled);
|
| - settings->setHTML5ParserEnabled(enable_html5_parser);
|
|
|
| // This setting affects the behavior of links in an editable region:
|
| // clicking the link should select it rather than navigate to it.
|
|
|