Chromium Code Reviews| Index: src/crankshaft/typing.cc |
| diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc |
| index f21d235cb3c3f3a4234315e659b7eaa774841ac7..bbf629d45e93d8ba80ac97781d15de7eaa3041ff 100644 |
| --- a/src/crankshaft/typing.cc |
| +++ b/src/crankshaft/typing.cc |
| @@ -756,6 +756,7 @@ void AstTyper::VisitEmptyParentheses(EmptyParentheses* expr) { |
| UNREACHABLE(); |
| } |
| +void AstTyper::VisitGetIterator(GetIterator* expr) { UNREACHABLE(); } |
| void AstTyper::VisitThisFunction(ThisFunction* expr) {} |