Index: src/ic.h |
=================================================================== |
--- src/ic.h (revision 4975) |
+++ src/ic.h (working copy) |
@@ -384,6 +384,7 @@ |
static void GenerateMiss(MacroAssembler* masm); |
static void GenerateMegamorphic(MacroAssembler* masm); |
static void GenerateArrayLength(MacroAssembler* masm); |
+ static void GenerateNormal(MacroAssembler* masm); |
private: |
// Update the inline cache and the global stub cache based on the |