Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index e8a945407733b880a26aa75bd76ad83fe5646d0d..23adc2eea21067bfe7264735ddc38af12df2bb05 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -10342,7 +10342,6 @@ void JSFunction::StartInobjectSlackTracking() { |
| void SharedFunctionInfo::ResetForNewContext(int new_ic_age) { |
| - code()->ClearInlineCaches(); |
|
mvstanton
2015/02/05 15:16:39
Also remove ClearTypeFeedbackInfo(), per our discu
ulan
2015/02/05 15:33:17
Done.
|
| // If we clear ICs, we need to clear the type feedback vector too, since |
| // CallICs are synced with a feedback vector slot. |
| ClearTypeFeedbackInfo(); |