Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 90f2e60e9b88ffbf90f1672a0a4b71471d302080..62e83002a16378d8c00357820ae21d2c4f3fe7f0 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -213,6 +213,8 @@ namespace internal { |
| V(prototype_string, "prototype") \ |
| V(string_string, "string") \ |
| V(String_string, "String") \ |
| + V(symbol_string, "symbol") \ |
| + V(Symbol_string, "Symbol") \ |
| V(Date_string, "Date") \ |
| V(this_string, "this") \ |
| V(to_string_string, "toString") \ |