Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index d6adb038ea95764286f3a24bcdfb3003050ec7ec..859276db34469a14df02e0a4f8b787fba6be365e 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -613,9 +613,7 @@ class MarkCompactCollector { |
Sweeper& sweeper() { return sweeper_; } |
- std::vector<std::pair<void*, void*>>& wrappers_to_trace() { |
- return wrappers_to_trace_; |
- } |
+ void RegisterWrappersWithEmbedderHeapTracer(); |
void SetEmbedderHeapTracer(EmbedderHeapTracer* tracer); |