Chromium Code Reviews| Index: base/debug/stack_trace.cc |
| diff --git a/base/debug/stack_trace.cc b/base/debug/stack_trace.cc |
| index 6fab183503462802baf98f9d6b60260ff8960d6b..ce9e9ad550090b70cf525f3d040d8482e11fb36e 100644 |
| --- a/base/debug/stack_trace.cc |
| +++ b/base/debug/stack_trace.cc |
| @@ -33,7 +33,9 @@ const void *const *StackTrace::Addresses(size_t* count) const { |
| std::string StackTrace::ToString() const { |
| std::stringstream stream; |
| +#if !defined(__UCLIBC__) |
| OutputToStream(&stream); |
| +#endif |
| return stream.str(); |
| } |