Chromium Code Reviews| Index: src/builtins.h |
| diff --git a/src/builtins.h b/src/builtins.h |
| index 59cd89474721a31529d2ecb270a5c1573998eadd..7d0d6c2a04dc41a199c8c5e66942e744ac60b84d 100644 |
| --- a/src/builtins.h |
| +++ b/src/builtins.h |
| @@ -194,7 +194,6 @@ enum BuiltinExtraArguments { |
| V(DELETE, 2) \ |
| V(IN, 1) \ |
| V(INSTANCE_OF, 1) \ |
| - V(FILTER_KEY, 1) \ |
| V(CALL_NON_FUNCTION, 0) \ |
| V(CALL_NON_FUNCTION_AS_CONSTRUCTOR, 0) \ |
| V(CALL_FUNCTION_PROXY, 1) \ |