Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index ff6a11ee68740c536713a21a0d13ef42649b3080..52c26680aec77e1f7c9b7894eb8cd8e2e3fa276a 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -232,6 +232,7 @@ namespace internal { |
| V(source_string, "source") \ |
| V(source_url_string, "source_url") \ |
| V(source_mapping_url_string, "source_mapping_url") \ |
| + V(this_string, "this") \ |
| V(global_string, "global") \ |
| V(ignore_case_string, "ignoreCase") \ |
| V(multiline_string, "multiline") \ |