Index: src/typing.cc |
diff --git a/src/typing.cc b/src/typing.cc |
index 136f72271c8029409cfa60e543309dff259aaffb..ee473ed6a655a7196e27e60c1b68a611e3978116 100644 |
--- a/src/typing.cc |
+++ b/src/typing.cc |
@@ -723,6 +723,9 @@ void AstTyper::VisitThisFunction(ThisFunction* expr) { |
} |
+void AstTyper::VisitSuperReference(SuperReference* expr) {} |
+ |
+ |
void AstTyper::VisitDeclarations(ZoneList<Declaration*>* decls) { |
for (int i = 0; i < decls->length(); ++i) { |
Declaration* decl = decls->at(i); |