Index: runtime/vm/deopt_instructions.h |
diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h |
index 7967aa940a4313183ddd9099c6b9870dda8b8b04..fc76b9673fba233ca7df7c491ea8549a5464b324 100644 |
--- a/runtime/vm/deopt_instructions.h |
+++ b/runtime/vm/deopt_instructions.h |
@@ -174,7 +174,7 @@ class DeoptInfoBuilder : public ValueObject { |
intptr_t to_index); |
// Copy from optimized frame to unoptimized. |
- void AddCopy(const Location& from_loc, intptr_t to_index); |
+ void AddCopy(Value* value, const Location& from_loc, intptr_t to_index); |
void AddPcMarker(const Function& function, intptr_t to_index); |
void AddCallerFp(intptr_t to_index); |
void AddCallerPc(intptr_t to_index); |