Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 37014) |
| +++ runtime/vm/object.h (working copy) |
| @@ -3628,6 +3628,7 @@ |
| static const intptr_t kMaxElements = kSmiMax / kBytesPerElement; |
| static intptr_t InstanceSize() { |
| + ASSERT(sizeof(RawCode) == OFFSET_OF(RawCode, data_)); |
| return 0; |
| } |
| static intptr_t InstanceSize(intptr_t len) { |