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; |
}; |