Chromium Code Reviews| Index: src/mark-compact.h |
| diff --git a/src/mark-compact.h b/src/mark-compact.h |
| index c2a70fc385d8eb8069e84eeb8ac9ba3c671d064e..baf128fab5b01ffe291e05202f21de723b11e05a 100644 |
| --- a/src/mark-compact.h |
| +++ b/src/mark-compact.h |
| @@ -507,6 +507,7 @@ class MarkCompactCollector { |
| }; |
| #ifdef DEBUG |
| + void VerifyContextSeparation(); |
| void VerifyMarkbitsAreClean(); |
| static void VerifyMarkbitsAreClean(PagedSpace* space); |
| static void VerifyMarkbitsAreClean(NewSpace* space); |