| Index: Source/core/editing/SelectionController.cpp
|
| diff --git a/Source/core/editing/SelectionController.cpp b/Source/core/editing/SelectionController.cpp
|
| index 1162e5fc754d5ceb2c4ff73ac9676862bcbef70c..16ce94bb85d83f7a59232ead3d7fe2856ef1d614 100644
|
| --- a/Source/core/editing/SelectionController.cpp
|
| +++ b/Source/core/editing/SelectionController.cpp
|
| @@ -283,7 +283,7 @@ void SelectionController::updateSelectionForMouseDragAlgorithm(const HitTestResu
|
|
|
| bool SelectionController::updateSelectionForMouseDownDispatchingSelectStart(Node* targetNode, const VisibleSelection& selection, TextGranularity granularity)
|
| {
|
| - if (Position::nodeIsUserSelectNone(targetNode))
|
| + if (nodeIsUserSelectNone(targetNode))
|
| return false;
|
|
|
| if (!dispatchSelectStart(targetNode))
|
|
|