| Index: Source/core/editing/FrameSelection.cpp
|
| diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
|
| index 70a49ada5dd31a25870e6c1de1de2dd5477ba4dd..94ce606d67ffa66af9ccb2649d3974f5e244f777 100644
|
| --- a/Source/core/editing/FrameSelection.cpp
|
| +++ b/Source/core/editing/FrameSelection.cpp
|
| @@ -296,7 +296,6 @@
|
|
|
| notifyAccessibilityForSelectionChange();
|
| notifyCompositorForSelectionChange();
|
| - notifyEventHandlerForSelectionChange();
|
| m_frame->domWindow()->enqueueDocumentEvent(Event::create(EventTypeNames::selectionchange));
|
| }
|
|
|
| @@ -1456,11 +1455,6 @@
|
| scheduleVisualUpdate();
|
| }
|
|
|
| -void FrameSelection::notifyEventHandlerForSelectionChange()
|
| -{
|
| - m_frame->eventHandler().notifySelectionChanged();
|
| -}
|
| -
|
| void FrameSelection::focusedOrActiveStateChanged()
|
| {
|
| bool activeAndFocused = isFocusedAndActive();
|
|
|