| Index: runtime/vm/snapshot.h
|
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h
|
| index d8b44ac4fb1ca2d2733d4a076ae2e10927acf8ac..5131c205ab0c757ae84fbf8d7d6207fe17deeada 100644
|
| --- a/runtime/vm/snapshot.h
|
| +++ b/runtime/vm/snapshot.h
|
| @@ -485,7 +485,7 @@ class MessageWriter : public BaseWriter {
|
| }
|
|
|
| private:
|
| - static const intptr_t kDartCObjectTypeBits = 3;
|
| + static const intptr_t kDartCObjectTypeBits = 4;
|
| static const intptr_t kDartCObjectTypeMask = (1 << kDartCObjectTypeBits) - 1;
|
| static const intptr_t kDartCObjectMarkMask = ~kDartCObjectTypeMask;
|
| static const intptr_t kDartCObjectMarkOffset = 1;
|
|
|