http://codereview.chromium.org/7395012/diff/10/src/v8.cc File src/v8.cc (right):
http://codereview.chromium.org/7395012/diff/10/src/v8.cc#newcode108 src/v8.cc:108: if (FLAG_random_seed != NULL) Please consistently use braces around the body. Also, FLAG_random_seem is not a pointer but an int, so the test should be '0' instead of 'NULL'. I'll fix these too. http://codereview.chromium.org/7395012/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
