Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 0e427de1c93643e9e76fc089170a76e9f809d8ed..5bc2d9ba3b662b4115ae70b658fed5aa8aa39c74 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -303,7 +303,8 @@ namespace internal { |
| V(minus_zero_string, "-0") \ |
| V(Array_string, "Array") \ |
| V(Error_string, "Error") \ |
| - V(RegExp_string, "RegExp") |
| + V(RegExp_string, "RegExp") \ |
| + V(anonymous_string, "anonymous") |
| #define PRIVATE_SYMBOL_LIST(V) \ |
| V(array_iteration_kind_symbol) \ |