Index: src/rewriter.cc |
diff --git a/src/rewriter.cc b/src/rewriter.cc |
index f7b0ce005e6c7eb9c5032419b5cea8fe83c75e1c..415ba802123b84fbcdf3139267c5411d23652c1c 100644 |
--- a/src/rewriter.cc |
+++ b/src/rewriter.cc |
@@ -190,6 +190,11 @@ void Processor::VisitWithStatement(WithStatement* node) { |
} |
+void Processor::VisitDelegateStatement(DelegateStatement* node) { |
+ Visit(node->statement()); |
+} |
+ |
+ |
// Do nothing: |
void Processor::VisitVariableDeclaration(VariableDeclaration* node) {} |
void Processor::VisitFunctionDeclaration(FunctionDeclaration* node) {} |