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