| Index: src/heap/mark-compact.cc
|
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
|
| index 284b201c33dd5fd67b775c92f24d7140c2e62691..3a88eebdccb79d1f98b3c1e32c24a01aaf693ab0 100644
|
| --- a/src/heap/mark-compact.cc
|
| +++ b/src/heap/mark-compact.cc
|
| @@ -811,8 +811,7 @@ void MarkCompactCollector::Prepare() {
|
| if (!was_marked_incrementally_) {
|
| if (heap_->UsingEmbedderHeapTracer()) {
|
| TRACE_GC(heap()->tracer(), GCTracer::Scope::MC_MARK_WRAPPER_PROLOGUE);
|
| - heap_->embedder_heap_tracer()->TracePrologue(
|
| - heap_->embedder_reachable_reference_reporter());
|
| + heap_->embedder_heap_tracer()->TracePrologue();
|
| }
|
| }
|
|
|
|
|