Chromium Code Reviews| Index: src/profile-generator.cc |
| =================================================================== |
| --- src/profile-generator.cc (revision 6941) |
| +++ src/profile-generator.cc (working copy) |
| @@ -2389,7 +2389,7 @@ |
| if (interrupted) return false; |
| SetRootGcRootsReference(); |
| RootsReferencesExtractor extractor(this); |
| - HEAP->IterateRoots(&extractor, VISIT_ONLY_STRONG); |
| + HEAP->IterateRoots(&extractor, VISIT_ALL); |
| return ReportProgress(); |
| } |