| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index f13865b48570891dc2599a59d922b2cb9852125a..cb0c9c516cef5e7d6c226505fa8ce1c75c482a3a 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -145,7 +145,7 @@ enum BuiltinExtraArguments {
|
| Code::kNoExtraICState) \
|
| V(KeyedLoadIC_Generic, KEYED_LOAD_IC, GENERIC, \
|
| Code::kNoExtraICState) \
|
| - V(KeyedLoadIC_String, KEYED_LOAD_IC, MONOMORPHIC, \
|
| + V(KeyedLoadIC_String, KEYED_LOAD_IC, MEGAMORPHIC, \
|
| Code::kNoExtraICState) \
|
| V(KeyedLoadIC_IndexedInterceptor, KEYED_LOAD_IC, MONOMORPHIC, \
|
| Code::kNoExtraICState) \
|
|
|