Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 0135bf42b37812fc8fffc2db7d8e9ce7a59b6c4f..f5f66914fcf441c8eafd93c85b84ac0be249f118 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -189,6 +189,7 @@ namespace internal { |
V(Object, noscript_shared_function_infos, NoScriptSharedFunctionInfos) \ |
V(FixedArray, interpreter_table, InterpreterTable) \ |
V(Map, bytecode_array_map, BytecodeArrayMap) \ |
+ V(WeakCell, empty_weak_cell, EmptyWeakCell) \ |
V(BytecodeArray, empty_bytecode_array, EmptyBytecodeArray) |
@@ -449,6 +450,7 @@ namespace internal { |
V(JSMessageObjectMap) \ |
V(ForeignMap) \ |
V(NeanderMap) \ |
+ V(EmptyWeakCell) \ |
V(empty_string) \ |
PRIVATE_SYMBOL_LIST(V) |