| Index: Source/core/editing/Position.h
|
| diff --git a/Source/core/editing/Position.h b/Source/core/editing/Position.h
|
| index e51553109e1c3c491f5911ebfc373365d28efaa4..629d82c9886a3b194dcb5f72206465e4c747032e 100644
|
| --- a/Source/core/editing/Position.h
|
| +++ b/Source/core/editing/Position.h
|
| @@ -196,7 +196,6 @@ public:
|
| InlineBoxPosition computeInlineBoxPosition(TextAffinity) const;
|
| InlineBoxPosition computeInlineBoxPosition(TextAffinity, TextDirection primaryDirection) const;
|
|
|
| - static Node* rootUserSelectAllForNode(Node*);
|
| static PositionAlgorithm<Strategy> beforeNode(Node* anchorNode);
|
| static PositionAlgorithm<Strategy> afterNode(Node* anchorNode);
|
| static PositionAlgorithm<Strategy> inParentBeforeNode(const Node& anchorNode);
|
|
|