LGTM
http://codereview.chromium.org/188005/diff/1/2 File src/objects-debug.cc (right): http://codereview.chromium.org/188005/diff/1/2#newcode776 Line 776: || (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray())); Put the || on the previous line and indent: ASSERT(ascii_data... || (is_native ...)); http://codereview.chromium.org/188005/diff/1/2#newcode779 Line 779: || (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray())); Indentation as above. http://codereview.chromium.org/188005 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
