| Index: src/ic.h
|
| ===================================================================
|
| --- src/ic.h (revision 3973)
|
| +++ src/ic.h (working copy)
|
| @@ -45,7 +45,6 @@
|
| ICU(KeyedLoadIC_Miss) \
|
| ICU(CallIC_Miss) \
|
| ICU(StoreIC_Miss) \
|
| - ICU(StoreIC_ArrayLength) \
|
| ICU(SharedStoreIC_ExtendStorage) \
|
| ICU(KeyedStoreIC_Miss) \
|
| /* Utilities for IC stubs. */ \
|
| @@ -359,7 +358,6 @@
|
| static void GenerateInitialize(MacroAssembler* masm) { GenerateMiss(masm); }
|
| static void GenerateMiss(MacroAssembler* masm);
|
| static void GenerateMegamorphic(MacroAssembler* masm);
|
| - static void GenerateArrayLength(MacroAssembler* masm);
|
|
|
| private:
|
| // Update the inline cache and the global stub cache based on the
|
|
|