| Index: third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.h b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| index b8b221ca18d062cd1755df936713f3760fff55fa..5c99a65337837c5ce349250595e944534f76d2de 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -148,6 +148,8 @@ class CORE_TEMPLATE_CLASS_EXPORT VisibleSelectionTemplate {
|
|
|
| #ifndef NDEBUG
|
| void showTreeForThis() const;
|
| + static void showTreeForStartAndEnd(const PositionTemplate<Strategy>&,
|
| + const PositionTemplate<Strategy>&);
|
| #endif
|
| static void PrintTo(const VisibleSelectionTemplate&, std::ostream*);
|
|
|
|
|