Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index 873534c2fa7838e3b28e7dff947069a8b7a021ab..85c30083fe8a2b8c8ae91ca32f770011f22ac0c5 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -835,7 +835,7 @@ class MarkCompactCollector { |
// Mark the string table specially. References to internalized strings from |
// the string table are weak. |
- void MarkStringTable(); |
+ void MarkStringTable(RootMarkingVisitor* visitor); |
// Mark objects in implicit references groups if their parent object |
// is marked. |