| Index: src/profile-generator.cc
|
| diff --git a/src/profile-generator.cc b/src/profile-generator.cc
|
| index 34d18771cf1f0664acf09511fa93bd115d446a20..4476cb876c16a303596cdba83bce39e6d05e4b38 100644
|
| --- a/src/profile-generator.cc
|
| +++ b/src/profile-generator.cc
|
| @@ -2385,7 +2385,7 @@ bool HeapSnapshotGenerator::IterateAndExtractReferences() {
|
| if (interrupted) return false;
|
| SetRootGcRootsReference();
|
| RootsReferencesExtractor extractor(this);
|
| - Heap::IterateRoots(&extractor, VISIT_ONLY_STRONG);
|
| + Heap::IterateRoots(&extractor, VISIT_ALL);
|
| return ReportProgress();
|
| }
|
|
|
|
|