| Index: runtime/vm/stack_frame.h
|
| diff --git a/runtime/vm/stack_frame.h b/runtime/vm/stack_frame.h
|
| index 2195d81e508072c3cfe90e229a42d3c38ead1b96..a3cc4a04c22a0c58cdbacb64be7eff745361dd01 100644
|
| --- a/runtime/vm/stack_frame.h
|
| +++ b/runtime/vm/stack_frame.h
|
| @@ -319,7 +319,7 @@ class InlinedFunctionsIterator : public ValueObject {
|
| intptr_t index_;
|
| intptr_t num_materializations_;
|
| Code& code_;
|
| - DeoptInfo& deopt_info_;
|
| + TypedData& deopt_info_;
|
| Function& function_;
|
| uword pc_;
|
| GrowableArray<DeoptInstr*> deopt_instructions_;
|
|
|