| 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 6fb44bcf15f8801acf763e517f08f917f39df073..11ed856bb9635eb10a620086bf7d73aa66e4a827 100644
|
| --- a/third_party/WebKit/Source/core/editing/Position.h
|
| +++ b/third_party/WebKit/Source/core/editing/Position.h
|
| @@ -189,7 +189,7 @@ class CORE_TEMPLATE_CLASS_EXPORT PositionTemplate {
|
| bool AtEndOfTree() const;
|
|
|
| static PositionTemplate<Strategy> BeforeNode(const Node& anchor_node);
|
| - static PositionTemplate<Strategy> AfterNode(Node* anchor_node);
|
| + 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);
|
|
|