| Index: content/public/common/web_preferences.cc
 | 
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
 | 
| index d14ad3b7d8417bcb5ad5901363f93a3443f796e0..374c71f79a3c7baf9dc79b32b8854ed89a871357 100644
 | 
| --- a/content/public/common/web_preferences.cc
 | 
| +++ b/content/public/common/web_preferences.cc
 | 
| @@ -53,7 +53,6 @@ WebPreferences::WebPreferences()
 | 
|        images_enabled(true),
 | 
|        plugins_enabled(true),
 | 
|        dom_paste_enabled(false),  // enables execCommand("paste")
 | 
| -      site_specific_quirks_enabled(false),
 | 
|        shrinks_standalone_images_to_fit(true),
 | 
|        uses_universal_detector(false),  // Disabled: page cycler regression
 | 
|        text_areas_are_resizable(true),
 | 
| 
 |