Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index ece2cfc06d9e98832c3af419daaacb36e0026c6a..5d2591ca83f04e479e9389c32c0a084d3f65679f 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -224,11 +224,10 @@ namespace internal { |
F(FunctionToString, 1, 1) |
#define FOR_EACH_INTRINSIC_GENERATOR(F) \ |
- F(CreateJSGeneratorObject, 2, 1) \ |
+ F(CreateJSGeneratorObject, 1, 1) \ |
F(SuspendJSGeneratorObject, 1, 1) \ |
F(GeneratorClose, 1, 1) \ |
F(GeneratorGetFunction, 1, 1) \ |
- F(GeneratorGetReceiver, 1, 1) \ |
F(GeneratorGetInput, 1, 1) \ |
F(GeneratorSetContext, 1, 1) \ |
F(GeneratorGetContinuation, 1, 1) \ |