Index: src/ast.h |
diff --git a/src/ast.h b/src/ast.h |
index c2d9412a90b227e59885504ed79effd08ad8dcdc..6c92545b70e2118790046f6958443f14e6170da3 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; |
friend class Scope; |
}; |