Chromium Code Reviews| Index: src/heap.cc |
| =================================================================== |
| --- src/heap.cc (revision 4792) |
| +++ src/heap.cc (working copy) |
| @@ -560,7 +560,7 @@ |
| void Heap::ClearJSFunctionResultCaches() { |
| if (Bootstrapper::IsActive()) return; |
| ClearThreadJSFunctionResultCachesVisitor visitor; |
| - ThreadManager::IterateThreads(&visitor); |
| + ThreadManager::IterateArchivedThreads(&visitor); |
| } |