Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 829cdd70f4c576b3cc1ef4a474d503e8cda54941..1a4a4308b06af6bba9485bd19629c837249c2101 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -411,7 +411,6 @@ namespace internal { |
F(AppendElement, 2, 1) \ |
F(DeleteProperty_Sloppy, 2, 1) \ |
F(DeleteProperty_Strict, 2, 1) \ |
- F(HasOwnProperty, 2, 1) \ |
F(HasProperty, 2, 1) \ |
F(PropertyIsEnumerable, 2, 1) \ |
F(GetOwnPropertyKeys, 2, 1) \ |