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

Unified Diff: src/ast.h

Issue 8585001: Adapt source position recording and fix ScopeIterator. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Statement positions for return sequences. 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
Index: src/ast.h
diff --git a/src/ast.h b/src/ast.h
index 71639d5dd2d8a29645b3d26a543c810d0f4efa55..644f27cb078636871df637ec435b769a21c0b233 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -1168,6 +1168,7 @@ class VariableProxy: public Expression {
bool is_this,
int position = RelocInfo::kNoPosition);
+ friend class Rewriter;
friend class Scope;
};

Powered by Google App Engine
This is Rietveld 408576698