Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index ed1a04aa3b42632c7486defa186fb9e140754cf5..252da8ce11912592d2bd97f9667f5c53c07652ab 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1261,6 +1261,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(); |
} |