Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index b75c6f7bc6083d0990089dd6f3aec50e6b057b99..f28d17a9b68fab830756085901e3308d53db4896 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -3511,6 +3511,7 @@ bool Heap::RootCanBeWrittenAfterInitialization(Heap::RootListIndex root_index) { |
case kWeakObjectToCodeTableRootIndex: |
case kRetainedMapsRootIndex: |
case kWeakStackTraceListRootIndex: |
+ case kInterpreterTableRootIndex: |
// Smi values |
#define SMI_ENTRY(type, name, Name) case k##Name##RootIndex: |
SMI_ROOT_LIST(SMI_ENTRY) |