Chromium Code Reviews| Index: src/heap.cc |
| =================================================================== |
| --- src/heap.cc (revision 13276) |
| +++ src/heap.cc (working copy) |
| @@ -2900,6 +2900,7 @@ |
| RootListIndex writable_roots[] = { |
| kStoreBufferTopRootIndex, |
| kStackLimitRootIndex, |
| + kNumberStringCacheRootIndex, |
| kInstanceofCacheFunctionRootIndex, |
| kInstanceofCacheMapRootIndex, |
| kInstanceofCacheAnswerRootIndex, |