Reviewers: Kasper Lund, Description: Fix too-long line.
[email protected] Please review this at http://codereview.chromium.org/149386 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/mark-compact.h 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); --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
