Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index 76a45dc84770d9972f416dc6f4dec2b207c2e6ff..58a40cf34b56a501dbb4c323aeac9f856f7d9c7d 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -42,14 +42,8 @@ class TypeFeedbackOracle: public ZoneObject { |
IcCheckType* key_type); |
void GetLoadKeyType(TypeFeedbackId id, IcCheckType* key_type); |
- void PropertyReceiverTypes(TypeFeedbackId id, Handle<Name> name, |
- SmallMapList* receiver_types); |
void PropertyReceiverTypes(FeedbackVectorICSlot slot, Handle<Name> name, |
SmallMapList* receiver_types); |
- void KeyedPropertyReceiverTypes(TypeFeedbackId id, |
- SmallMapList* receiver_types, |
- bool* is_string, |
- IcCheckType* key_type); |
void KeyedPropertyReceiverTypes(FeedbackVectorICSlot slot, |
SmallMapList* receiver_types, bool* is_string, |
IcCheckType* key_type); |