Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 749c15f09950134bc05a07a6b918eb11afb89d7d..a4314fa3ab81981d2d1c05e4cb4a05b8dd6d66e3 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -477,7 +477,7 @@ namespace internal { |
| F(CreateJSGeneratorObject, 0, 1) \ |
| F(SuspendJSGeneratorObject, 1, 1) \ |
| F(ResumeJSGeneratorObject, 3, 1) \ |
| - F(ThrowGeneratorStateError, 1, 1) \ |
| + F(GeneratorClose, 1, 1) \ |
| \ |
| /* Arrays */ \ |
| F(ArrayConstructor, -1, 1) \ |