Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 32504) |
| +++ runtime/vm/object.h (working copy) |
| @@ -1366,6 +1366,7 @@ |
| RawArray* instantiations() const; |
| void set_instantiations(const Array& value) const; |
| + void set_type_at(intptr_t index, const AbstractType& value) const; |
| RawAbstractType** TypeAddr(intptr_t index) const; |
| void SetLength(intptr_t value) const; |