Index: android_webview/native/aw_settings.cc |
diff --git a/android_webview/native/aw_settings.cc b/android_webview/native/aw_settings.cc |
index 0b9c46106c8f9b70ef86c121b3f1f90f4e965f91..03656fe05a2775dbe9cc40019946f45afb1c2834 100644 |
--- a/android_webview/native/aw_settings.cc |
+++ b/android_webview/native/aw_settings.cc |
@@ -436,6 +436,9 @@ void AwSettings::PopulateWebPreferencesLocked(JNIEnv* env, |
web_prefs->allow_geolocation_on_insecure_origins = |
Java_AwSettings_getAllowGeolocationOnInsecureOrigins(env, obj); |
+ web_prefs->do_not_update_selection_on_mutating_selection_range = |
+ Java_AwSettings_getDoNotUpdateSelectionOnMutatingSelectionRange(env, obj); |
+ |
// Keep spellcheck disabled on html elements unless the spellcheck="true" |
// attribute is explicitly specified. This "opt-in" behavior is for backward |
// consistency in apps that use WebView (see crbug.com/652314). |