Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 43765) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -19814,7 +19814,7 @@ |
| } |
| -const intptr_t TypedData::element_size[] = { |
| +const intptr_t TypedData::element_size_table[TypedData::kNumElementSizes] = { |
| 1, // kTypedDataInt8ArrayCid. |
| 1, // kTypedDataUint8ArrayCid. |
| 1, // kTypedDataUint8ClampedArrayCid. |