Chromium Code Reviews| Index: src/snapshot/code-serializer.h |
| diff --git a/src/snapshot/code-serializer.h b/src/snapshot/code-serializer.h |
| index b3c54d1c8479182e991990d5482d4cc7189032d5..6577df8c855cc0f1ff8d4c4b4c118222b4a7fc01 100644 |
| --- a/src/snapshot/code-serializer.h |
| +++ b/src/snapshot/code-serializer.h |
| @@ -92,7 +92,8 @@ class SerializedCodeData : public SerializedData { |
| SOURCE_MISMATCH = 3, |
| CPU_FEATURES_MISMATCH = 4, |
| FLAGS_MISMATCH = 5, |
| - CHECKSUM_MISMATCH = 6 |
| + CHECKSUM_MISMATCH = 6, |
| + INVALID_HEADER = 7 |
|
Yang
2016/10/06 07:35:34
Don't forget to add this item to chromium/src/tool
Mircea Trofin
2016/10/06 16:17:47
Acknowledged. Didn't know about that entire area,
|
| }; |
| // Used when consuming. |