Chromium Code Reviews| Index: runtime/platform/globals.h |
| diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h |
| index 6837265c23de032b3977c366db6508b97a13e04f..28e1490975c3151193229d1bb648897c8df8aa06 100644 |
| --- a/runtime/platform/globals.h |
| +++ b/runtime/platform/globals.h |
| @@ -271,7 +271,8 @@ typedef simd128_value_t fpu_register_t; |
| #define Pd64 PRId64 |
| #define Pu64 PRIu64 |
| #define Px64 PRIx64 |
| - |
| +// Printing a Dart_Isolate |
| +#define Piso PRId64 |
| // Suffixes for 64-bit integer literals. |
| #ifdef _MSC_VER |