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