Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 4c6df82615f023875911a25c20438435097e3a85..45d5f10ceec0c0296a2b5a94577d9d7d150d3be0 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -453,7 +453,7 @@ namespace internal { |
F(DeleteProperty_Strict, 2, 1) \ |
F(HasOwnProperty, 2, 1) \ |
F(HasProperty, 2, 1) \ |
- F(IsPropertyEnumerable, 2, 1) \ |
+ F(PropertyIsEnumerable, 2, 1) \ |
F(GetPropertyNamesFast, 1, 1) \ |
F(GetOwnPropertyNames, 2, 1) \ |
F(GetOwnElementNames, 1, 1) \ |