| Index: test/cctest/test-api.cc
|
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
|
| index 39c7fc56d08817513fb7f7dfdd821d990d855f6a..9acdb17fe3b75a725448bb22176935b31e7f792a 100644
|
| --- a/test/cctest/test-api.cc
|
| +++ b/test/cctest/test-api.cc
|
| @@ -22168,22 +22168,6 @@ void RecompileICStubs(i::Isolate* isolate) {
|
| LoadGlobalICState(NOT_INSIDE_TYPEOF));
|
| Recompile<LoadGlobalICTrampolineStub>(isolate,
|
| LoadGlobalICState(INSIDE_TYPEOF));
|
| -
|
| - Recompile<LoadICStub>(isolate);
|
| - Recompile<LoadICTrampolineStub>(isolate);
|
| -
|
| - Recompile<KeyedLoadICTFStub>(isolate);
|
| - Recompile<KeyedLoadICTrampolineTFStub>(isolate);
|
| -
|
| - Recompile<StoreICStub>(isolate, StoreICState(SLOPPY));
|
| - Recompile<StoreICTrampolineStub>(isolate, StoreICState(SLOPPY));
|
| - Recompile<StoreICStub>(isolate, StoreICState(STRICT));
|
| - Recompile<StoreICTrampolineStub>(isolate, StoreICState(STRICT));
|
| -
|
| - Recompile<KeyedStoreICTFStub>(isolate, StoreICState(SLOPPY));
|
| - Recompile<KeyedStoreICTrampolineTFStub>(isolate, StoreICState(SLOPPY));
|
| - Recompile<KeyedStoreICTFStub>(isolate, StoreICState(STRICT));
|
| - Recompile<KeyedStoreICTrampolineTFStub>(isolate, StoreICState(STRICT));
|
| }
|
|
|
| } // namespace
|
|
|