| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index 1ee3947788d864b7dcff369f626a3bdb5c9ccd82..c732cf37b0698a38fd81d1239e01e5ff0744cae3 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -3345,7 +3345,7 @@ class Environment : public ZoneAllocated {
|
| return fixed_parameter_count_;
|
| }
|
|
|
| - Environment* Copy() const;
|
| + void CopyTo(Instruction* instr) const;
|
|
|
| void PrintTo(BufferFormatter* f) const;
|
|
|
|
|