Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 48b0c6fe5bcfeaceee9c5521d132f070b53b15ce..6d2999ccfcbbcd87fd60a4d3934f3d22e7909627 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -294,7 +294,8 @@ namespace internal { |
| V(minus_zero_string, "-0") \ |
| V(Array_string, "Array") \ |
| V(Error_string, "Error") \ |
| - V(RegExp_string, "RegExp") |
| + V(RegExp_string, "RegExp") \ |
| + V(futexWait_string, "futexWait") |
| #define PRIVATE_SYMBOL_LIST(V) \ |
| V(array_iteration_kind_symbol) \ |