Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index ce76c6d018912a0a961a3d6293eccd297bc72284..ce67e7d96514a829fa29d4cff144d100e0d1c311 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -457,7 +457,7 @@ namespace internal { |
\ |
/* Harmony generators */ \ |
F(CreateJSGeneratorObject, 0, 1) \ |
- F(SuspendJSGeneratorObject, 1, 1) \ |
+ F(SuspendJSGeneratorObject, -1, 1) \ |
F(ResumeJSGeneratorObject, 3, 1) \ |
F(GeneratorClose, 1, 1) \ |
\ |