| Index: src/ic/ic.h
|
| diff --git a/src/ic/ic.h b/src/ic/ic.h
|
| index 9e69cc85d08bbb4b4e550f30e584ad961fa1a0cf..63429bca6af1b3bf9ea10e946e18ee9dd7690c11 100644
|
| --- a/src/ic/ic.h
|
| +++ b/src/ic/ic.h
|
| @@ -451,9 +451,6 @@ class KeyedStoreIC : public StoreIC {
|
| static void GenerateMegamorphic(MacroAssembler* masm,
|
| LanguageMode language_mode);
|
|
|
| - static Handle<Code> ChooseMegamorphicStub(Isolate* isolate,
|
| - ExtraICState extra_state);
|
| -
|
| static void Clear(Isolate* isolate, Code* host, KeyedStoreICNexus* nexus);
|
|
|
| protected:
|
|
|