| Index: src/type-info.h
|
| diff --git a/src/type-info.h b/src/type-info.h
|
| index 5ca3c150f7dc58fc1071275715368d88d9480351..828e3c72c73d709db228592947f414ff5e3b8a16 100644
|
| --- a/src/type-info.h
|
| +++ b/src/type-info.h
|
| @@ -224,7 +224,9 @@ class TypeFeedbackOracle BASE_EMBEDDED {
|
|
|
| ZoneMapList* LoadReceiverTypes(Property* expr, Handle<String> name);
|
| ZoneMapList* StoreReceiverTypes(Assignment* expr, Handle<String> name);
|
| - ZoneMapList* CallReceiverTypes(Call* expr, Handle<String> name);
|
| + ZoneMapList* CallReceiverTypes(Call* expr,
|
| + Handle<String> name,
|
| + CallKind call_kind);
|
|
|
| ExternalArrayType GetKeyedLoadExternalArrayType(Property* expr);
|
| ExternalArrayType GetKeyedStoreExternalArrayType(Expression* expr);
|
|
|