| Index: runtime/vm/deopt_instructions.h
|
| diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h
|
| index a7c8ab94492385a7444bd8fe409e993f649737c8..564b74486913420e343619c49cc5bdef541d5ffe 100644
|
| --- a/runtime/vm/deopt_instructions.h
|
| +++ b/runtime/vm/deopt_instructions.h
|
| @@ -202,7 +202,7 @@ class DeoptInfoBuilder : public ValueObject {
|
| // Returns the index of the next stack slot. Used for verification.
|
| intptr_t EmitMaterializationArguments(intptr_t to_index);
|
|
|
| - RawDeoptInfo* CreateDeoptInfo();
|
| + RawDeoptInfo* CreateDeoptInfo(const Array& deopt_table);
|
|
|
| // Mark the actual start of the frame description after all materialization
|
| // instructions were emitted. Used for verification purposes.
|
|
|