Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: third_party/WebKit/Source/core/editing/VisibleSelection.h

Issue 2291423002: Remove debugPosition() functions. (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 2700ceb1aaa4de366a2c185e32bce79580cdcff1..d1fb4ffa8bb24ab6b71622900bab95980149ebeb 100644
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
@@ -126,7 +126,6 @@ public:
void validatePositionsIfNeeded();
#ifndef NDEBUG
- void debugPosition(const char* message) const;
void showTreeForThis() const;
#endif
static void PrintTo(const VisibleSelectionTemplate&, std::ostream*);

Powered by Google App Engine
This is Rietveld 408576698