| Index: third_party/WebKit/Source/core/editing/VisiblePosition.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/VisiblePosition.cpp b/third_party/WebKit/Source/core/editing/VisiblePosition.cpp
|
| index 861df0fda69e603ee95965c592be208340ed524f..96df893fd0da153e1c29f0650eae693f937bc1a1 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisiblePosition.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/VisiblePosition.cpp
|
| @@ -134,16 +134,6 @@ VisiblePositionInFlatTree createVisiblePosition(const PositionInFlatTreeWithAffi
|
| #ifndef NDEBUG
|
|
|
| template<typename Strategy>
|
| -void VisiblePositionTemplate<Strategy>::debugPosition(const char* msg) const
|
| -{
|
| - if (isNull()) {
|
| - fprintf(stderr, "Position [%s]: null\n", msg);
|
| - return;
|
| - }
|
| - deepEquivalent().debugPosition(msg);
|
| -}
|
| -
|
| -template<typename Strategy>
|
| void VisiblePositionTemplate<Strategy>::showTreeForThis() const
|
| {
|
| deepEquivalent().showTreeForThis();
|
|
|