Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 58f7a7bb7199c618ce143296cf7c36ac7846cd8e..8db498e0c72056a846a29b01d89ddb70e5966fa7 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -259,6 +259,7 @@ namespace internal { |
| V(multiline_string, "multiline") \ |
| V(sticky_string, "sticky") \ |
| V(unicode_string, "unicode") \ |
| + V(harmony_tolength_string, "harmony_tolength") \ |
| V(input_string, "input") \ |
| V(index_string, "index") \ |
| V(last_index_string, "lastIndex") \ |