Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index b24b0b3608344ffba6177e42df6edf3c02f217e2..488acba66af0ea79e1e879825a542cf3476553b9 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -291,7 +291,8 @@ namespace internal { |
| V(send_string, "send") \ |
| V(throw_string, "throw") \ |
| V(done_string, "done") \ |
| - V(value_string, "value") |
| + V(value_string, "value") \ |
| + V(next_string, "next") |
| // Forward declarations. |
| class GCTracer; |