| 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 28f7c7443ad418be36e63453c2526ccbc1b6f5de..d8b316719ce06f6aee9521afd9423f783fe01fb5 100644
|
| --- a/third_party/WebKit/Source/core/editing/Position.h
|
| +++ b/third_party/WebKit/Source/core/editing/Position.h
|
| @@ -176,7 +176,7 @@ public:
|
| void debugPosition(const char* msg = "") const;
|
|
|
| #ifndef NDEBUG
|
| - void showAnchorTypeAndOffset() const;
|
| + String toAnchorTypeAndOffsetString() const;
|
| void showTreeForThis() const;
|
| void showTreeForThisInFlatTree() const;
|
| #endif
|
|
|