| Index: third_party/WebKit/Source/core/editing/SelectionController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionController.h b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| index 69abbddcbbe724b5a39cd3178fff5ddb46b5237c..3c300d43b3e8efcc31299420643ac81a947d432f 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| @@ -144,7 +144,7 @@ class CORE_EXPORT SelectionController final
|
| SelectionState m_selectionState;
|
| };
|
|
|
| -bool isLinkSelection(const MouseEventWithHitTestResults&);
|
| +bool isSelectionOverLink(const MouseEventWithHitTestResults&);
|
| bool isExtendingSelection(const MouseEventWithHitTestResults&);
|
|
|
| } // namespace blink
|
|
|