Index: src/mark-compact.h |
=================================================================== |
--- src/mark-compact.h (revision 1849) |
+++ src/mark-compact.h (working copy) |
@@ -175,7 +175,8 @@ |
// Mark the heap roots and all objects reachable from them. |
static void MarkRoots(RootMarkingVisitor* visitor); |
- // Mark the symbol table specially. References to symbols are weak. |
+ // Mark the symbol table specially. References to symbols from the |
+ // symbol table are weak. |
static void MarkSymbolTable(); |
// Mark objects in object groups that have at least one object in the |