| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 56093d39743c0a7d726eb99d69060f0339c84fd5..e67991bd769ed0da0e0c9de03ffb5cba37d4be75 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -230,7 +230,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");
|
|
|