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