Index: src/builtins.h |
diff --git a/src/builtins.h b/src/builtins.h |
index 31090d3a0847c905b09595b5c0ab3886b3d5f04a..76b83829e304494ee46aad50cdebd0836fe1332b 100644 |
--- a/src/builtins.h |
+++ b/src/builtins.h |
@@ -234,7 +234,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) \ |