Index: src/builtins.h |
diff --git a/src/builtins.h b/src/builtins.h |
index 1d4c24cd7b1d8e2310f2a8fffb2d6963eec80447..24059e7728a65e25d5a7445b2fb92f9e680b63af 100644 |
--- a/src/builtins.h |
+++ b/src/builtins.h |
@@ -238,7 +238,6 @@ enum BuiltinExtraArguments { |
V(DELETE, 2) \ |
V(IN, 1) \ |
V(INSTANCE_OF, 1) \ |
- V(GET_KEYS, 0) \ |
V(FILTER_KEY, 1) \ |
V(CALL_NON_FUNCTION, 0) \ |
V(CALL_NON_FUNCTION_AS_CONSTRUCTOR, 0) \ |