| Index: Source/core/editing/VisibleSelection.h
|
| diff --git a/Source/core/editing/VisibleSelection.h b/Source/core/editing/VisibleSelection.h
|
| index 920c6b8ff035171de3d3a0935a6c6da2addb311e..eb4f0e0d5bc5b0549d28a87ccac6228a5a934c98 100644
|
| --- a/Source/core/editing/VisibleSelection.h
|
| +++ b/Source/core/editing/VisibleSelection.h
|
| @@ -132,6 +132,8 @@ public:
|
|
|
| void trace(Visitor*);
|
|
|
| + void validatePositionsIfNeeded();
|
| +
|
| #ifndef NDEBUG
|
| void debugPosition() const;
|
| void formatForDebugger(char* buffer, unsigned length) const;
|
|
|