Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 92cc660b9d450c0985de298bf76f4b15db4f3a85..65deb1a83772b00fbc7d9b081c250a56c035594e 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -296,7 +296,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; |