| Index: src/profile-generator.cc
|
| diff --git a/src/profile-generator.cc b/src/profile-generator.cc
|
| index f2072e9c2f49b48cfb05fffd2b93d88307f4ed0b..2046f9b93d87bdc9ed8b5233f7c93134b55094be 100644
|
| --- a/src/profile-generator.cc
|
| +++ b/src/profile-generator.cc
|
| @@ -1472,7 +1472,8 @@ void HeapSnapshotsCollection::RemoveSnapshot(HeapSnapshot* snapshot) {
|
| }
|
|
|
|
|
| -Handle<HeapObject> HeapSnapshotsCollection::FindHeapObjectById(SnapshotObjectId id) {
|
| +Handle<HeapObject> HeapSnapshotsCollection::FindHeapObjectById(
|
| + SnapshotObjectId id) {
|
| // First perform a full GC in order to avoid dead objects.
|
| HEAP->CollectAllGarbage(Heap::kMakeHeapIterableMask,
|
| "HeapSnapshotsCollection::FindHeapObjectById");
|
|
|