Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index d9d9d1a1945dac466b3f220fe37c4bdeba08a06b..093660a768604efae771441afdba25d9de210a63 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -294,6 +294,7 @@ namespace internal { |
| V(Symbol_string, "Symbol") \ |
| V(for_string, "for") \ |
| V(for_api_string, "for_api") \ |
| + V(for_intern_string, "for_intern") \ |
| V(private_api_string, "private_api") \ |
| V(private_intern_string, "private_intern") \ |
| V(Date_string, "Date") \ |