| Index: src/heap/mark-compact.cc
 | 
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
 | 
| index 2b532c603b68b063b5388995e81b875a3ecf3d56..41e8d03147f8f230e7af406493f9b2c3c1be51d8 100644
 | 
| --- a/src/heap/mark-compact.cc
 | 
| +++ b/src/heap/mark-compact.cc
 | 
| @@ -2136,6 +2136,7 @@ void MarkCompactCollector::ProcessEphemeralMarking(
 | 
|      if (!only_process_harmony_weak_collections) {
 | 
|        if (heap_->local_embedder_heap_tracer()->InUse()) {
 | 
|          TRACE_GC(heap()->tracer(), GCTracer::Scope::MC_MARK_WRAPPER_TRACING);
 | 
| +        heap_->local_embedder_heap_tracer()->RegisterWrappersWithRemoteTracer();
 | 
|          heap_->local_embedder_heap_tracer()->Trace(
 | 
|              0,
 | 
|              EmbedderHeapTracer::AdvanceTracingActions(
 | 
| 
 |