Index: src/rewriter.cc |
diff --git a/src/rewriter.cc b/src/rewriter.cc |
index 8e0c6376ae40864056048e0c0488dbbc550d6e58..b08fed34e138829bd147e5f033785cd92839f631 100644 |
--- a/src/rewriter.cc |
+++ b/src/rewriter.cc |
@@ -209,7 +209,7 @@ void Processor::VisitWithStatement(WithStatement* node) { |
// Do nothing: |
-void Processor::VisitDeclaration(Declaration* node) {} |
+void Processor::VisitVariableDeclaration(VariableDeclaration* node) {} |
void Processor::VisitEmptyStatement(EmptyStatement* node) {} |
void Processor::VisitReturnStatement(ReturnStatement* node) {} |
void Processor::VisitDebuggerStatement(DebuggerStatement* node) {} |