Chromium Code Reviews| Index: runtime/vm/snapshot_ids.h |
| diff --git a/runtime/vm/snapshot_ids.h b/runtime/vm/snapshot_ids.h |
| index d23d4bdecac2cd1e7bd3c56ce9079a092b9c59df..dbe0b7849ca1950681dc9e210a901c44693b0f94 100644 |
| --- a/runtime/vm/snapshot_ids.h |
| +++ b/runtime/vm/snapshot_ids.h |
| @@ -30,7 +30,7 @@ enum { |
| kSmiType, |
| kMintType, |
| kDoubleType, |
| - kIntInterface, |
| + kIntType, |
| kBoolType, |
| kStringInterface, |
| kListInterface, |