Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 8ef4c813fcaf452650156059a8d1fa0e32eef8cf..c52bbe73893d3e56db1048d0b3e5e86622196468 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -572,7 +572,7 @@ namespace internal { |
| F(HasCachedArrayIndex, 1, 1) \ |
| F(GetCachedArrayIndex, 1, 1) \ |
| F(FastAsciiArrayJoin, 2, 1) \ |
| - F(GeneratorSend, 2, 1) \ |
| + F(GeneratorNext, 2, 1) \ |
| F(GeneratorThrow, 2, 1) |