Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 0e5586e95eb6cba0bffe37127e1f9f50a6bac0da..ee5bec446888892e8120a9b1ad705794e37f653a 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -225,6 +225,7 @@ namespace internal { |
| V(Boolean_string, "Boolean") \ |
| V(byte_length_string, "byteLength") \ |
| V(byte_offset_string, "byteOffset") \ |
| + V(call_string, "call") \ |
| V(callee_string, "callee") \ |
| V(caller_string, "caller") \ |
| V(cell_value_string, "%cell_value") \ |