| Index: src/snapshot/serializer-common.h
 | 
| diff --git a/src/snapshot/serializer-common.h b/src/snapshot/serializer-common.h
 | 
| index 02f97628b5a080b9e7683744b20b24b421127afe..de49823c1d4a29332b98285ab79b8b1c4b6cd887 100644
 | 
| --- a/src/snapshot/serializer-common.h
 | 
| +++ b/src/snapshot/serializer-common.h
 | 
| @@ -184,7 +184,10 @@ class SerializerDeserializer : public ObjectVisitor {
 | 
|    static const int kHotObjectWithSkip = 0x58;
 | 
|    static const int kHotObjectMask = 0x07;
 | 
|  
 | 
| -  // 0x35..0x37, 0x55..0x57, 0x75..0x7f unused.
 | 
| +  static const int kDeoptimizerEntryPlain = 0x35;
 | 
| +  static const int kDeoptimizerEntryFromCode = 0x36;
 | 
| +
 | 
| +  // 0x37, 0x55..0x57, 0x75..0x7f unused.
 | 
|  
 | 
|    // ---------- byte code range 0x80..0xff ----------
 | 
|    // First 32 root array items.
 | 
| 
 |