Index: src/mark-compact.h |
=================================================================== |
--- src/mark-compact.h (revision 2416) |
+++ src/mark-compact.h (working copy) |
@@ -357,7 +357,8 @@ |
static int RelocateCellObject(HeapObject* obj); |
// Helper function. |
- static inline int RelocateOldNonCodeObject(HeapObject* obj, PagedSpace* space); |
+ static inline int RelocateOldNonCodeObject(HeapObject* obj, |
+ PagedSpace* space); |
// Relocates an object in the code space. |
static int RelocateCodeObject(HeapObject* obj); |