Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: runtime/vm/scopes.h

Issue 1020893004: Be less aggressive in sharing contexts between scopes so that sibling contexts (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698