Index: content/public/common/web_preferences.cc |
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc |
index f243aa608f7f93ac6b1e1da2667a25f1cd5f2742..9a1b9f77b3d0c5ff8421ee68ebf7effdae9e12a9 100644 |
--- a/content/public/common/web_preferences.cc |
+++ b/content/public/common/web_preferences.cc |
@@ -228,7 +228,8 @@ WebPreferences::WebPreferences() |
base::TimeDelta::FromSeconds(10)), |
enable_instant_source_buffer_gc(false), |
presentation_receiver(false), |
- media_controls_enabled(true) { |
+ media_controls_enabled(true), |
+ do_not_update_selection_on_mutating_selection_range(false) { |
standard_font_family_map[kCommonScript] = |
base::ASCIIToUTF16("Times New Roman"); |
fixed_font_family_map[kCommonScript] = base::ASCIIToUTF16("Courier New"); |