Index: runtime/vm/scopes.h |
=================================================================== |
--- runtime/vm/scopes.h (revision 44591) |
+++ runtime/vm/scopes.h (working copy) |
@@ -318,8 +318,7 @@ |
int AllocateVariables(int first_parameter_index, |
int num_parameters, |
int first_frame_index, |
- LocalScope* loop_owner, |
- LocalScope** context_owner, |
+ LocalScope* context_owner, |
bool* found_captured_variables); |
// Creates variable info for the scope and all its nested scopes. |