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