Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index 361f3a6377392022e69931832f2ee8ec6962d91d..f605df59d18ecbcc6cb8c67358bff8d0f69d734c 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -653,7 +653,7 @@ class MarkCompactCollector { |
// Mark the global table which maps weak objects to dependent code without |
// marking its contents. |
- void MarkWeakObjectToCodeTable(); |
+ void MarkWeakObjectToCodeTable(ObjectVisitor* visitor); |
// Special case for processing weak references in a full collection. We need |
// to artificially keep AllocationSites alive for a time. |