| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index 9bdb0add1d3330f872c4fc9e101670cce8a26f3a..ca70ae54037bd62929c1d411636907d33adda91d 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -123,6 +123,8 @@ enum BuiltinExtraArguments {
|
| Code::kNoExtraICState) \
|
| V(LoadIC_Megamorphic, LOAD_IC, MEGAMORPHIC, \
|
| Code::kNoExtraICState) \
|
| + V(LoadIC_Getter_ForDeopt, LOAD_IC, MONOMORPHIC, \
|
| + Code::kNoExtraICState) \
|
| \
|
| V(KeyedLoadIC_Initialize, KEYED_LOAD_IC, UNINITIALIZED, \
|
| Code::kNoExtraICState) \
|
|
|