Chromium Code Reviews| Index: runtime/vm/os_fuchsia.cc |
| diff --git a/runtime/vm/os_fuchsia.cc b/runtime/vm/os_fuchsia.cc |
| index 09aa389890f11d102216d5fcd060e8a4c28b0016..e28ef549754a1d7a82463ccc5d762ad1afac2ce1 100644 |
| --- a/runtime/vm/os_fuchsia.cc |
| +++ b/runtime/vm/os_fuchsia.cc |
| @@ -30,8 +30,7 @@ const char* OS::Name() { |
| intptr_t OS::ProcessId() { |
| - UNIMPLEMENTED(); |
| - return 0; |
| + return static_cast<intptr_t>(getpid()); |
| } |