Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index 9753ff06d9a519c44e912cb116864d92a5f40e6b..60f156f5f3da7dc980c28c7fd8dad3c4b6212c15 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -51,8 +51,8 @@ class TypeFeedbackOracle: public ZoneObject { |
bool* is_string, |
IcCheckType* key_type); |
void KeyedPropertyReceiverTypes(FeedbackVectorICSlot slot, |
- SmallMapList* receiver_types, |
- bool* is_string); |
+ SmallMapList* receiver_types, bool* is_string, |
+ IcCheckType* key_type); |
void AssignmentReceiverTypes(TypeFeedbackId id, |
Handle<String> name, |
SmallMapList* receiver_types); |