Chromium Code Reviews| Index: src/compiler/typer.cc |
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
| index c15d40702f9a35d04783855c903ce68a4611c312..772f8d676923ab855822dc1e06a05fdfc88d94d6 100644 |
| --- a/src/compiler/typer.cc |
| +++ b/src/compiler/typer.cc |
| @@ -1273,6 +1273,11 @@ Type* Typer::Visitor::TypeJSStoreDataPropertyInLiteral(Node* node) { |
| return nullptr; |
| } |
| +Type* Typer::Visitor::TypeJSCollectTypeProfile(Node* node) { |
| + UNREACHABLE(); |
| + return nullptr; |
| +} |
| + |
| Type* Typer::Visitor::TypeJSDeleteProperty(Node* node) { |
| return Type::Boolean(); |
| } |