| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index d74e3fb34f691299774708f8ed3f84e9e29fb4b4..6eb30fc0b74cc4eb31973dfd70812e1af315a982 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -189,7 +189,6 @@ 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)
|
|
|
|
|
| @@ -448,7 +447,6 @@ namespace internal {
|
| V(JSMessageObjectMap) \
|
| V(ForeignMap) \
|
| V(NeanderMap) \
|
| - V(EmptyWeakCell) \
|
| V(empty_string) \
|
| PRIVATE_SYMBOL_LIST(V)
|
|
|
|
|