| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index 6cf39773263824da01d52735e05692a8d238272a..efaf58b75a894bfe29bbf1b824b9e742947ba075 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -276,7 +276,7 @@ void FrameSelection::setSelectionAlgorithm(
|
| notifyAccessibilityForSelectionChange();
|
| notifyCompositorForSelectionChange();
|
| notifyEventHandlerForSelectionChange();
|
| - m_frame->localDOMWindow()->enqueueDocumentEvent(
|
| + m_frame->domWindow()->enqueueDocumentEvent(
|
| Event::create(EventTypeNames::selectionchange));
|
| }
|
|
|
|
|