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

Unified Diff: trunk/src/base/debug/stack_trace.cc

Issue 224753005: Revert 262344 "don't use glibc-specific execinfo.h on uclibc builds" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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
« no previous file with comments | « trunk/src/base/debug/stack_trace.h ('k') | trunk/src/base/debug/stack_trace_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/debug/stack_trace.cc
===================================================================
--- trunk/src/base/debug/stack_trace.cc (revision 262400)
+++ trunk/src/base/debug/stack_trace.cc (working copy)
@@ -33,9 +33,7 @@
std::string StackTrace::ToString() const {
std::stringstream stream;
-#if !defined(__UCLIBC__)
OutputToStream(&stream);
-#endif
return stream.str();
}
« no previous file with comments | « trunk/src/base/debug/stack_trace.h ('k') | trunk/src/base/debug/stack_trace_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698