Index: src/ic.h |
diff --git a/src/ic.h b/src/ic.h |
index 606da14b8d6abff45ad908faeb18c902f1be75e9..ff69945ca29e1b91589a9339f64ff1566e1256d4 100644 |
--- a/src/ic.h |
+++ b/src/ic.h |
@@ -377,6 +377,10 @@ class CallIC: public IC { |
static void Clear(Isolate* isolate, Address address, Code* target, |
ConstantPoolArray* constant_pool); |
+ |
+ private: |
+ void UpdateTypeFeedbackInfo(Object* old_feedback, Object* new_feedback); |
+ IC::State FeedbackObjectToState(Object* feedback); |
}; |