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

Unified Diff: third_party/WebKit/Source/core/editing/Position.cpp

Issue 2294853004: Remove fprintf() from core/editing/. (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/Position.cpp
diff --git a/third_party/WebKit/Source/core/editing/Position.cpp b/third_party/WebKit/Source/core/editing/Position.cpp
index c7c0a81a8ab1bffa7da96ed81d3d66e83049917d..71bfac1a8b9ec11f3e4e88a574006f08de283190 100644
--- a/third_party/WebKit/Source/core/editing/Position.cpp
+++ b/third_party/WebKit/Source/core/editing/Position.cpp
@@ -680,7 +680,7 @@ void showTree(const blink::Position* pos)
if (pos)
pos->showTreeForThis();
else
- fprintf(stderr, "Cannot showTree for (nil)\n");
+ LOG(INFO) << "Cannot showTree for <null>";
}
#endif

Powered by Google App Engine
This is Rietveld 408576698