Chromium Code Reviews| Index: src/heap-symbols.h |
| diff --git a/src/heap-symbols.h b/src/heap-symbols.h |
| index 525da14cd3a8e3e263025865a9e1bc66ee70a45e..d2d9c9931762afb10b0874c61d552e7dec3aba5e 100644 |
| --- a/src/heap-symbols.h |
| +++ b/src/heap-symbols.h |
| @@ -187,6 +187,7 @@ |
| V(value_string, "value") \ |
| V(WeakMap_string, "WeakMap") \ |
| V(WeakSet_string, "WeakSet") \ |
| + V(WeakRef_string, "WeakRef") \ |
| V(weekday_string, "weekday") \ |
| V(will_handle_string, "willHandle") \ |
| V(writable_string, "writable") \ |