LGTM
http://codereview.chromium.org/596122/diff/8001/8007 File src/macros.py (right): http://codereview.chromium.org/596122/diff/8001/8007#newcode107 src/macros.py:107: macro TO_STRING_INLINE(arg) = (IS_STRING(%IS_VAR(arg)) ? arg : NonStringToString(arg)); Remove extra spaces before '=' on this line. I would be in favor of removing all of the alignment whitespace here, but you don't have to do that in this change. http://codereview.chromium.org/596122 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
