summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/dom_selection.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/dom_selection.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/dom_selection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/dom_selection.cc b/chromium/third_party/blink/renderer/core/editing/dom_selection.cc
index 5c6960cbb03..c690a203b05 100644
--- a/chromium/third_party/blink/renderer/core/editing/dom_selection.cc
+++ b/chromium/third_party/blink/renderer/core/editing/dom_selection.cc
@@ -96,7 +96,7 @@ void DOMSelection::UpdateFrameSelection(
if (!did_set)
return;
Element* focused_element = GetFrame()->GetDocument()->FocusedElement();
- frame_selection.DidSetSelectionDeprecated(options);
+ frame_selection.DidSetSelectionDeprecated(selection, options);
if (GetFrame() && GetFrame()->GetDocument() &&
focused_element != GetFrame()->GetDocument()->FocusedElement()) {
UseCounter::Count(GetFrame()->GetDocument(),