| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 8f9ca63abbd7c7cbc2645451ad82d648458b8d32..11cd89925db16945384c2bf6e50c1d501c4ceedd 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -2926,7 +2926,6 @@ bool Heap::RootCanBeWrittenAfterInitialization(Heap::RootListIndex root_index) {
|
| case kInstanceofCacheMapRootIndex:
|
| case kInstanceofCacheAnswerRootIndex:
|
| case kCodeStubsRootIndex:
|
| - case kEmptyScriptRootIndex:
|
| case kScriptListRootIndex:
|
| case kMaterializedObjectsRootIndex:
|
| case kMicrotaskQueueRootIndex:
|
|
|