Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 33158) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -4073,8 +4073,8 @@ |
| } |
| const Class& cls() const { return cls_; } |
| - const Field& FieldAt(intptr_t i) const { |
| - return *fields_[i]; |
| + intptr_t FieldOffsetAt(intptr_t i) const { |
| + return fields_[i]->Offset(); |
| } |
| const Location& LocationAt(intptr_t i) { |
| return locations_[i]; |