Chromium Code Reviews| Index: src/compiler/typer.cc |
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
| index 129ac16f602981313c80838617faeb4c09071740..c3ea920a3bc2d38888310c251b9817594d342129 100644 |
| --- a/src/compiler/typer.cc |
| +++ b/src/compiler/typer.cc |
| @@ -636,6 +636,11 @@ Type* Typer::Visitor::TypeStateValues(Node* node) { |
| } |
| +Type* Typer::Visitor::TypeObjectState(Node* node) { |
| + return Type::Internal(zone()); |
| +} |
| + |
| + |
| Type* Typer::Visitor::TypeTypedStateValues(Node* node) { |
| return Type::Internal(zone()); |
| } |