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