Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index 00d88c2afccae57570b8e4df23be88bff6fa2c95..bb69d860236ba6e935e545264e5b5476739d61ca 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -275,6 +275,7 @@ class TypeFeedbackOracle: public ZoneObject { |
Handle<JSFunction> GetCallTarget(Call* expr); |
Handle<JSFunction> GetCallNewTarget(CallNew* expr); |
+ ElementsKind GetCallNewElementsKind(CallNew* expr); |
Handle<Map> GetObjectLiteralStoreMap(ObjectLiteral::Property* prop); |