| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index 888e31f72b6ca7bf7458576b57c450e315c20d91..5f2e124ca966cb975fa3270616bf4d425f1c82f6 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -255,7 +255,6 @@ inline bool operator&(BuiltinExtraArguments lhs, BuiltinExtraArguments rhs) {
|
| V(InterpreterPushArgsAndConstruct, BUILTIN, UNINITIALIZED, kNoExtraICState) \
|
| V(InterpreterEnterBytecodeDispatch, BUILTIN, UNINITIALIZED, kNoExtraICState) \
|
| \
|
| - V(LoadIC_Miss, BUILTIN, UNINITIALIZED, kNoExtraICState) \
|
| V(KeyedLoadIC_Miss, BUILTIN, UNINITIALIZED, kNoExtraICState) \
|
| V(StoreIC_Miss, BUILTIN, UNINITIALIZED, kNoExtraICState) \
|
| V(KeyedStoreIC_Miss, BUILTIN, UNINITIALIZED, kNoExtraICState) \
|
| @@ -341,7 +340,6 @@ inline bool operator&(BuiltinExtraArguments lhs, BuiltinExtraArguments rhs) {
|
|
|
| // Define list of builtin handlers implemented in assembly.
|
| #define BUILTIN_LIST_H(V) \
|
| - V(LoadIC_Slow, LOAD_IC) \
|
| V(KeyedLoadIC_Slow, KEYED_LOAD_IC) \
|
| V(StoreIC_Slow, STORE_IC) \
|
| V(KeyedStoreIC_Slow, KEYED_STORE_IC) \
|
|
|