| Index: runtime/vm/stack_frame.h | 
| diff --git a/runtime/vm/stack_frame.h b/runtime/vm/stack_frame.h | 
| index a3cc4a04c22a0c58cdbacb64be7eff745361dd01..dd849e57948a7288b9a001a0d19cfd757313c907 100644 | 
| --- a/runtime/vm/stack_frame.h | 
| +++ b/runtime/vm/stack_frame.h | 
| @@ -323,7 +323,7 @@ class InlinedFunctionsIterator : public ValueObject { | 
| Function& function_; | 
| uword pc_; | 
| GrowableArray<DeoptInstr*> deopt_instructions_; | 
| -  Array& object_table_; | 
| +  ObjectPool& object_table_; | 
|  | 
| DISALLOW_COPY_AND_ASSIGN(InlinedFunctionsIterator); | 
| }; | 
|  |