Index: src/builtins.h |
diff --git a/src/builtins.h b/src/builtins.h |
index 8f1aaa5bb5a5ddabe17f20a3b71307893b493b48..2d3b52a34715060aadce39441c33e69bd68063cc 100644 |
--- a/src/builtins.h |
+++ b/src/builtins.h |
@@ -177,7 +177,6 @@ enum BuiltinExtraArguments { |
V(SHR, 1) \ |
V(SHR_STRONG, 1) \ |
V(IN, 1) \ |
- V(INSTANCE_OF, 1) \ |
V(CALL_NON_FUNCTION, 0) \ |
V(CALL_NON_FUNCTION_AS_CONSTRUCTOR, 0) \ |
V(CALL_FUNCTION_PROXY, 1) \ |