| Index: Source/core/editing/Position.h
|
| diff --git a/Source/core/editing/Position.h b/Source/core/editing/Position.h
|
| index d0f15997a9c45d9c9d219690e0b1e3e896f3b871..85cd6839844636286ea40da0a2abf359949432ab 100644
|
| --- a/Source/core/editing/Position.h
|
| +++ b/Source/core/editing/Position.h
|
| @@ -195,7 +195,6 @@ public:
|
| InlineBoxPosition computeInlineBoxPosition(TextAffinity) const;
|
| InlineBoxPosition computeInlineBoxPosition(TextAffinity, TextDirection primaryDirection) const;
|
|
|
| - static bool nodeIsUserSelectAll(const Node*);
|
| static Node* rootUserSelectAllForNode(Node*);
|
| static PositionAlgorithm<Strategy> beforeNode(Node* anchorNode);
|
| static PositionAlgorithm<Strategy> afterNode(Node* anchorNode);
|
|
|