LGTM
http://codereview.chromium.org/113335/diff/1003/1004 File test/mjsunit/debug-scripts-request.js (right): http://codereview.chromium.org/113335/diff/1003/1004#newcode69 Line 69: var request = '{' + base_request + '}' Please move these three lines below the 'testArguments' stuff to have the response closer to the new test code that uses it. var request = '{' + base_request + '}' var response = safeEval(dcp.processDebugJSONRequest(request)); assertTrue(response.success); http://codereview.chromium.org/113335 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
