Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index cd49a8d738ac528bdab587aff3c3f7b8fe011b18..05be0c4707daa8fd10bfc48775852b2b76717bba 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -221,7 +221,8 @@ namespace internal { |
V(exec_symbol, "exec") \ |
V(zero_symbol, "0") \ |
V(global_eval_symbol, "GlobalEval") \ |
- V(identity_hash_symbol, "v8::IdentityHash") |
+ V(identity_hash_symbol, "v8::IdentityHash") \ |
+ V(closure_symbol, "(closure)") |
// Forward declaration of the GCTracer class. |