| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 2140a5ed21f93ed91476d3c1d5bb28f906bee8fa..c39b51ab5ea41fb44e440d03ce53537e277af4dc 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -2934,7 +2934,6 @@ void Heap::CreateInitialObjects() {
|
|
|
| bool Heap::RootCanBeWrittenAfterInitialization(Heap::RootListIndex root_index) {
|
| switch (root_index) {
|
| - case kStoreBufferTopRootIndex:
|
| case kNumberStringCacheRootIndex:
|
| case kInstanceofCacheFunctionRootIndex:
|
| case kInstanceofCacheMapRootIndex:
|
|
|