| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 6eb30fc0b74cc4eb31973dfd70812e1af315a982..ec47df0507219653c7c6f5e29c2c1ac3d46ee58c 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -362,8 +362,10 @@ namespace internal {
|
| V(promise_value_symbol) \
|
| V(sealed_symbol) \
|
| V(stack_trace_symbol) \
|
| + V(strict_function_transition_symbol) \
|
| V(string_iterator_iterated_string_symbol) \
|
| V(string_iterator_next_index_symbol) \
|
| + V(strong_function_transition_symbol) \
|
| V(uninitialized_symbol)
|
|
|
| #define PUBLIC_SYMBOL_LIST(V) \
|
|
|