| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 4a1c1f8b1faa90eb5b08f9e3fd9eaab90378dbf6..e3408507b38991c0308b98240156a2d1b8730c76 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -324,7 +324,8 @@ namespace internal {
|
| V(class_end_position_symbol) \
|
| V(error_start_pos_symbol) \
|
| V(error_end_pos_symbol) \
|
| - V(error_script_symbol)
|
| + V(error_script_symbol) \
|
| + V(internal_error_symbol)
|
|
|
| #define PUBLIC_SYMBOL_LIST(V) \
|
| V(has_instance_symbol, symbolHasInstance, Symbol.hasInstance) \
|
|
|