| 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 d8b316719ce06f6aee9521afd9423f783fe01fb5..c64206d2fb26af64923dae5952bbc9d162d57458 100644
|
| --- a/third_party/WebKit/Source/core/editing/Position.h
|
| +++ b/third_party/WebKit/Source/core/editing/Position.h
|
| @@ -173,8 +173,6 @@ public:
|
| static PositionTemplate<Strategy> firstPositionInOrBeforeNode(Node* anchorNode);
|
| static PositionTemplate<Strategy> lastPositionInOrAfterNode(Node* anchorNode);
|
|
|
| - void debugPosition(const char* msg = "") const;
|
| -
|
| #ifndef NDEBUG
|
| String toAnchorTypeAndOffsetString() const;
|
| void showTreeForThis() const;
|
|
|