Index: runtime/platform/globals.h |
diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h |
index 6837265c23de032b3977c366db6508b97a13e04f..eb5215a256ac7bfb5671aadf9da900d83d08375a 100644 |
--- a/runtime/platform/globals.h |
+++ b/runtime/platform/globals.h |
@@ -306,6 +306,8 @@ const uint64_t kMaxUint64 = DART_2PART_UINT64_C(0xFFFFFFFF, FFFFFFFF); |
typedef intptr_t word; |
typedef uintptr_t uword; |
+typedef uint16_t cid_t; |
+ |
// Byte sizes. |
const int kWordSize = sizeof(word); |
const int kDoubleSize = sizeof(double); // NOLINT |