Chromium Code Reviews| Index: runtime/vm/stack_frame.h |
| diff --git a/runtime/vm/stack_frame.h b/runtime/vm/stack_frame.h |
| index 6c7b995e70b60d08260162f989ab764feb14c075..8de42f44d7e0139ff97bfa639a30db7bc911f733 100644 |
| --- a/runtime/vm/stack_frame.h |
| +++ b/runtime/vm/stack_frame.h |
| @@ -286,6 +286,7 @@ class InlinedFunctionsIterator : public ValueObject { |
| void SetDone() { index_ = -1; } |
| intptr_t index_; |
| + intptr_t num_materializations_; |
| Code& code_; |
| DeoptInfo& deopt_info_; |
| Function& function_; |