| Index: third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionController.cpp b/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| index ac77e75ae8a58515ef8d1d34c7b81d5f84a3035f..d0e504098ceda0758035226d009b05d3f2b653c2 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| @@ -921,7 +921,7 @@ bool SelectionController::HandleMouseReleaseEvent(
|
| handled = true;
|
| }
|
|
|
| - Selection().NotifyLayoutObjectOfSelectionChange(kUserTriggered);
|
| + Selection().NotifyTextControlOfSelectionChange(kUserTriggered);
|
|
|
| Selection().SelectFrameElementInParentIfFullySelected();
|
|
|
|
|