Index: src/compiler/ast-loop-assignment-analyzer.cc |
diff --git a/src/compiler/ast-loop-assignment-analyzer.cc b/src/compiler/ast-loop-assignment-analyzer.cc |
index 82eaeb28a46840d5087c1b0baf1ea754282641bb..afd43b0e0f8531c7e5601227cb8afb6c98cd59c9 100644 |
--- a/src/compiler/ast-loop-assignment-analyzer.cc |
+++ b/src/compiler/ast-loop-assignment-analyzer.cc |
@@ -201,6 +201,7 @@ void ALAA::VisitSpread(Spread* e) { UNREACHABLE(); } |
void ALAA::VisitEmptyParentheses(EmptyParentheses* e) { UNREACHABLE(); } |
+void ALAA::VisitGetIterator(GetIterator* e) { UNREACHABLE(); } |
void ALAA::VisitCaseClause(CaseClause* cc) { |
if (!cc->is_default()) Visit(cc->label()); |