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

Unified Diff: src/ast.h

Issue 8725001: Reapply "Fix the ScopeIterator reimplementation". (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Use BreakLocationIterator to discover break at return. Created 9 years, 1 month 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
« no previous file with comments | « no previous file | src/parser.h » ('j') | src/parser.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast.h
diff --git a/src/ast.h b/src/ast.h
index 628391c5bedcd4844ea4c59d7fb8cd376d4763ac..94a20ad633ce0a880417665f8c8244343520bd25 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -1176,6 +1176,7 @@ class VariableProxy: public Expression {
bool is_this,
int position = RelocInfo::kNoPosition);
+ friend class Rewriter;
Lasse Reichstein 2011/11/29 08:07:27 Is it really necessary to make Rewriter a friend?
Steven 2011/11/29 08:45:30 Done. Also unfriended Scope :P On 2011/11/29 08:07
friend class Scope;
};
« no previous file with comments | « no previous file | src/parser.h » ('j') | src/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698