Index: runtime/vm/scopes.h |
diff --git a/runtime/vm/scopes.h b/runtime/vm/scopes.h |
index 688050a7bc1533c92607a0f5e7938be8907958fe..906603807e636e92f6f036a2b2e20976a298aa27 100644 |
--- a/runtime/vm/scopes.h |
+++ b/runtime/vm/scopes.h |
@@ -320,7 +320,9 @@ class LocalScope : public ZoneAllocated { |
// Creates variable info for the scope and all its nested scopes. |
// Must be called after AllocateVariables() has been called. |
- RawLocalVarDescriptors* GetVarDescriptors(const Function& func); |
+ RawLocalVarDescriptors* GetVarDescriptors( |
+ const Function& func, |
+ ZoneGrowableArray<intptr_t>* context_level_array); |
// Create a ContextScope object describing all captured variables referenced |
// from this scope and belonging to outer scopes. |