Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 371adbe95d7afe13b7722d1c31aa4b6b1db4887e..f3fad4d0c5267bfa81740173b34002cc3a40c7ee 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -11124,7 +11124,7 @@ void SharedFunctionInfo::ClearTypeFeedbackInfo() { |
void SharedFunctionInfo::ClearTypeFeedbackInfoAtGCTime() { |
- feedback_vector()->ClearSlots(this); |
+ feedback_vector()->ClearSlotsAtGCTime(this); |
feedback_vector()->ClearICSlotsAtGCTime(this); |
} |