Chromium Code Reviews| Index: src/heap/heap.cc |
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
| index 11cd89925db16945384c2bf6e50c1d501c4ceedd..8f9ca63abbd7c7cbc2645451ad82d648458b8d32 100644 |
| --- a/src/heap/heap.cc |
| +++ b/src/heap/heap.cc |
| @@ -2926,6 +2926,7 @@ |
| case kInstanceofCacheMapRootIndex: |
| case kInstanceofCacheAnswerRootIndex: |
| case kCodeStubsRootIndex: |
| + case kEmptyScriptRootIndex: |
| case kScriptListRootIndex: |
| case kMaterializedObjectsRootIndex: |
| case kMicrotaskQueueRootIndex: |