Chromium Code Reviews| Index: src/mark-compact.h |
| diff --git a/src/mark-compact.h b/src/mark-compact.h |
| index 04d0ff69a7bf2daff0e99589bada4d81f120156d..35c71fa8fbbc3b30752017bc4d1893fc90b76121 100644 |
| --- a/src/mark-compact.h |
| +++ b/src/mark-compact.h |
| @@ -98,6 +98,8 @@ class MarkingStack { |
| // ------------------------------------------------------------------------- |
| // Mark-Compact collector |
| +// |
| +// All methods are static. |
| class OverflowedObjectsScanner; |