Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
index 2a06498b032fa5ca4d709b6ddabaaffb4bfbbcaf..d18cbd1a320e7688f80a7703d45b3dee377d12d9 100644 |
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
@@ -724,4 +724,9 @@ void WebSettingsImpl::setMediaControlsEnabled(bool enabled) { |
m_settings->setMediaControlsEnabled(enabled); |
} |
+void WebSettingsImpl::setDoNotUpdateSelectionOnMutatingSelectionRange( |
+ bool enabled) { |
+ m_settings->setDoNotUpdateSelectionOnMutatingSelectionRange(enabled); |
+} |
+ |
} // namespace blink |