| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index db11c6360da94543242c526dbde20b0ae321cdc8..42337b4b0b83d560f7fd2b984cea007525b2855a 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -188,7 +188,6 @@ namespace internal {
|
| V(PropertyCell, empty_property_cell, EmptyPropertyCell) \
|
| V(Object, weak_stack_trace_list, WeakStackTraceList) \
|
| V(Object, noscript_shared_function_infos, NoScriptSharedFunctionInfos) \
|
| - V(FixedArray, interpreter_table, InterpreterTable) \
|
| V(Map, bytecode_array_map, BytecodeArrayMap) \
|
| V(WeakCell, empty_weak_cell, EmptyWeakCell)
|
|
|
|
|