Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index 08379591872b291955f46180fa602e2186bdae2b..50f5dcdab88549a71a758f0efa6fdc74d6fb2c70 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -601,6 +601,7 @@ class MarkCompactCollector { |
void VerifyMarkbitsAreClean(); |
static void VerifyMarkbitsAreClean(PagedSpace* space); |
static void VerifyMarkbitsAreClean(NewSpace* space); |
+ void VerifyWeakEmbeddedMapsInOptimizedCode(); |
#endif |
// Sweep a single page from the given space conservatively. |