Chromium Code Reviews| Index: src/builtins.h |
| diff --git a/src/builtins.h b/src/builtins.h |
| index c712f1ee02d853fdd847977f493556a6a4d261ce..01061b62381666b3b618c0e81e481797661cf86d 100644 |
| --- a/src/builtins.h |
| +++ b/src/builtins.h |
| @@ -63,9 +63,6 @@ enum BuiltinExtraArguments { |
| \ |
| V(EmptyFunction, NO_EXTRA_ARGUMENTS) \ |
| \ |
| - V(InternalArrayCodeGeneric, NO_EXTRA_ARGUMENTS) \ |
| - V(ArrayCodeGeneric, NO_EXTRA_ARGUMENTS) \ |
| - \ |
| V(ArrayPush, NO_EXTRA_ARGUMENTS) \ |
| V(ArrayPop, NO_EXTRA_ARGUMENTS) \ |
| V(ArrayShift, NO_EXTRA_ARGUMENTS) \ |