| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index f192d9b6a56a20ed42131f18c5cfbabce2755350..cd7253ff8e6b6b5bd09fd7eb381c67d9d2fb6c26 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -11824,13 +11824,11 @@ void Code::ClearInlineCaches(Code::Kind* kind) {
|
|
|
| void SharedFunctionInfo::ClearTypeFeedbackInfo() {
|
| feedback_vector()->ClearSlots(this);
|
| - feedback_vector()->ClearICSlots(this);
|
| }
|
|
|
|
|
| void SharedFunctionInfo::ClearTypeFeedbackInfoAtGCTime() {
|
| feedback_vector()->ClearSlotsAtGCTime(this);
|
| - feedback_vector()->ClearICSlotsAtGCTime(this);
|
| }
|
|
|
|
|
|
|