| 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 0e97aae3791ae9f564ca65b30bbc5b0b3cdf3fb2..572c83a4e7e9627fec1b0ec3540774e6dbe4c5de 100644
|
| --- a/third_party/WebKit/Source/core/editing/Position.h
|
| +++ b/third_party/WebKit/Source/core/editing/Position.h
|
| @@ -192,7 +192,7 @@ class CORE_TEMPLATE_CLASS_EXPORT PositionTemplate {
|
| static PositionTemplate<Strategy> AfterNode(const Node& anchor_node);
|
| static PositionTemplate<Strategy> InParentBeforeNode(const Node& anchor_node);
|
| static PositionTemplate<Strategy> InParentAfterNode(const Node& anchor_node);
|
| - static int LastOffsetInNode(Node* anchor_node);
|
| + static int LastOffsetInNode(const Node& anchor_node);
|
| static PositionTemplate<Strategy> FirstPositionInNode(
|
| const Node& anchor_node);
|
| static PositionTemplate<Strategy> LastPositionInNode(Node* anchor_node);
|
|
|