Index: runtime/vm/os_thread_linux.cc |
diff --git a/runtime/vm/os_thread_linux.cc b/runtime/vm/os_thread_linux.cc |
index 8190521ef24fc8b070d773b102c615d4590306e9..438fb170a978673c4d38338c29a89f703cfb1490 100644 |
--- a/runtime/vm/os_thread_linux.cc |
+++ b/runtime/vm/os_thread_linux.cc |
@@ -25,7 +25,7 @@ namespace dart { |
if (result != 0) { \ |
const int kBufferSize = 1024; \ |
char error_buf[kBufferSize]; \ |
- NOT_IN_PRODUCT(Profiler::DumpStackTrace(true /* native_stack_trace */)); \ |
+ NOT_IN_PRODUCT(Profiler::DumpStackTrace()); \ |
FATAL2("pthread error: %d (%s)", result, \ |
Utils::StrError(result, error_buf, kBufferSize)); \ |
} |