| 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 fc738c64f99222bc493e95ba955fd283c5bf4f55..7cf9a31be30f30925492f226d2a59337044345ac 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 isSelectionOverLink(const MouseEventWithHitTestResults&);
|
| +bool isLinkSelection(const MouseEventWithHitTestResults&);
|
| bool isExtendingSelection(const MouseEventWithHitTestResults&);
|
|
|
| } // namespace blink
|
|
|