Index: runtime/vm/scopes.h |
diff --git a/runtime/vm/scopes.h b/runtime/vm/scopes.h |
index 3836a211341c1cd50d9b1942c851cef6d6350783..6bd93ac1d566483b2c1a006b13e8d053c2049872 100644 |
--- a/runtime/vm/scopes.h |
+++ b/runtime/vm/scopes.h |
@@ -302,7 +302,8 @@ class LocalScope : public ZoneAllocated { |
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. |
// Must be called after AllocateVariables() has been called. |