| Index: third_party/WebKit/Source/core/editing/Position.h
|
| diff --git a/third_party/WebKit/Source/core/editing/Position.h b/third_party/WebKit/Source/core/editing/Position.h
|
| index 572c83a4e7e9627fec1b0ec3540774e6dbe4c5de..325359f1c1fdda1ab131a4c807c59f78dfa23166 100644
|
| --- a/third_party/WebKit/Source/core/editing/Position.h
|
| +++ b/third_party/WebKit/Source/core/editing/Position.h
|
| @@ -195,7 +195,7 @@ class CORE_TEMPLATE_CLASS_EXPORT PositionTemplate {
|
| static int LastOffsetInNode(const Node& anchor_node);
|
| static PositionTemplate<Strategy> FirstPositionInNode(
|
| const Node& anchor_node);
|
| - static PositionTemplate<Strategy> LastPositionInNode(Node* anchor_node);
|
| + static PositionTemplate<Strategy> LastPositionInNode(const Node& anchor_node);
|
| static PositionTemplate<Strategy> FirstPositionInOrBeforeNode(
|
| Node* anchor_node);
|
| static PositionTemplate<Strategy> LastPositionInOrAfterNode(
|
|
|