| Index: src/heap-snapshot-generator.cc
|
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
|
| index 680e1cc4ad74b748aca7952dc30672973a2eae08..13f40db799be1f6332e412fbfc90ee5f77313156 100644
|
| --- a/src/heap-snapshot-generator.cc
|
| +++ b/src/heap-snapshot-generator.cc
|
| @@ -2300,7 +2300,6 @@ NativeObjectsExplorer::NativeObjectsExplorer(
|
| : isolate_(snapshot->profiler()->heap_object_map()->heap()->isolate()),
|
| snapshot_(snapshot),
|
| names_(snapshot_->profiler()->names()),
|
| - progress_(progress),
|
| embedder_queried_(false),
|
| objects_by_info_(RetainedInfosMatch),
|
| native_groups_(StringsMatch),
|
|
|