Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 8eb42d3a31068b8f9be4aeaf057ab441ea7eaece..0f69fab3910011d13b3fa9a88e0b3637581b361f 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -225,7 +225,8 @@ inline Heap* _inline_get_heap_(); |
V(closure_symbol, "(closure)") \ |
V(use_strict, "use strict") \ |
V(dot_symbol, ".") \ |
- V(anonymous_function_symbol, "(anonymous function)") |
+ V(anonymous_function_symbol, "(anonymous function)") \ |
+ V(block_scope_symbol, ".block") |
// Forward declarations. |
class GCTracer; |