Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 82731b48fa52232872a2be4230a7f1bc728ca262..730cd2bd4bffbddfde69cc403d0012427a78fc22 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -240,7 +240,6 @@ namespace internal { |
| #define FOR_EACH_INTRINSIC_GENERATOR(F) \ |
| F(CreateJSGeneratorObject, 2, 1) \ |
| - F(SuspendJSGeneratorObject, 1, 1) \ |
| F(GeneratorClose, 1, 1) \ |
| F(GeneratorGetFunction, 1, 1) \ |
| F(GeneratorGetReceiver, 1, 1) \ |