Index: src/asmjs/asm-wasm-builder.cc |
diff --git a/src/asmjs/asm-wasm-builder.cc b/src/asmjs/asm-wasm-builder.cc |
index 87f4ba553355990480dea6b1c2e1e143ed2bb16f..30eb0274f925820ed0e2be154ad9535a69323307 100644 |
--- a/src/asmjs/asm-wasm-builder.cc |
+++ b/src/asmjs/asm-wasm-builder.cc |
@@ -273,6 +273,8 @@ class AsmWasmBuilderImpl final : public AstVisitor<AsmWasmBuilderImpl> { |
void VisitEmptyParentheses(EmptyParentheses* paren) { UNREACHABLE(); } |
+ void VisitGetIterator(GetIterator* expr) { UNREACHABLE(); } |
+ |
void VisitIfStatement(IfStatement* stmt) { |
DCHECK_EQ(kFuncScope, scope_); |
RECURSE(Visit(stmt->condition())); |