Index: src/profiler/sampling-heap-profiler.cc |
diff --git a/src/profiler/sampling-heap-profiler.cc b/src/profiler/sampling-heap-profiler.cc |
index 16798a654b80dc07194ade88391227ad4dea836b..62fd48b5a77530eeb5557315e4c09fc0c5f1ba7d 100644 |
--- a/src/profiler/sampling-heap-profiler.cc |
+++ b/src/profiler/sampling-heap-profiler.cc |
@@ -111,7 +111,6 @@ void SamplingHeapProfiler::SampleObject(Address soon_object, size_t size) { |
Sample* sample = new Sample(size, node, loc, this); |
samples_.insert(sample); |
sample->global.SetWeak(sample, OnWeakCallback, WeakCallbackType::kParameter); |
Michael Lippautz
2016/05/10 08:32:58
Left over? Rebase needed?
Hannes Payer (out of office)
2016/05/10 09:04:45
Strange. Done.
|
- sample->global.MarkIndependent(); |
} |
void SamplingHeapProfiler::OnWeakCallback( |