Chromium Code Reviews| Index: runtime/vm/os_thread_fuchsia.cc |
| diff --git a/runtime/vm/os_thread_fuchsia.cc b/runtime/vm/os_thread_fuchsia.cc |
| index cf8970dd610ef9d47e24990c4dad08ae50c7ba0c..cca791cb6e2debebc99a6fd0cb68f5b60af19b70 100644 |
| --- a/runtime/vm/os_thread_fuchsia.cc |
| +++ b/runtime/vm/os_thread_fuchsia.cc |
| @@ -169,8 +169,7 @@ ThreadId OSThread::GetCurrentThreadId() { |
| #ifndef PRODUCT |
| ThreadId OSThread::GetCurrentThreadTraceId() { |
| - UNIMPLEMENTED(); |
| - return 0; |
| + return pthread_self(); |
| } |
| #endif // PRODUCT |