Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index f53625eaa6e7c349696528d019f5c672b662c062..c3f241ed852fcf777a7973966c38cd9e5622b44f 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -55,7 +55,7 @@ namespace internal { |
F(IsPropertyEnumerable, 2, 1) \ |
F(GetPropertyNames, 1, 1) \ |
F(GetPropertyNamesFast, 1, 1) \ |
- F(GetLocalPropertyNames, 1, 1) \ |
+ F(GetLocalPropertyNames, 2, 1) \ |
F(GetLocalElementNames, 1, 1) \ |
F(GetInterceptorInfo, 1, 1) \ |
F(GetNamedInterceptorPropertyNames, 1, 1) \ |