Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index fd2fe68841701d84cbc787d765bf7fe4731b55bb..38faef20161793a6b826eeb669bf3b50c686c1ac 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -543,7 +543,7 @@ namespace internal { |
F(BitwiseXor_Strong, 2, 1) |
#define FOR_EACH_INTRINSIC_PROXY(F) \ |
- F(CreateJSProxy, 3, 1) \ |
+ F(CreateJSProxy, 2, 1) \ |
F(CreateJSFunctionProxy, 5, 1) \ |
F(IsJSProxy, 1, 1) \ |
F(IsJSFunctionProxy, 1, 1) \ |