Chromium Code Reviews| Index: vm/snapshot.cc |
| =================================================================== |
| --- vm/snapshot.cc (revision 1719) |
| +++ vm/snapshot.cc (working copy) |
| @@ -33,7 +33,7 @@ |
| static bool IsObjectStoreTypeId(intptr_t index) { |
| // Check if this is a type which is stored in the object store. |
| return (index >= ObjectStore::kObjectType && |
| - index <= ObjectStore::kBoolInterface); |
| + index <= ObjectStore::kListInterface); |
| } |