Landed as bleeding_edge revision 4815.
http://codereview.chromium.org/2633004/diff/6001/7003 File test/cctest/test-api.cc (right): http://codereview.chromium.org/2633004/diff/6001/7003#newcode8288 test/cctest/test-api.cc:8288: TestAsciiResource* resource = new TestAsciiResource(cstring); On 2010/06/08 06:14:06, Mads Ager wrote:
Delete this resource at the end as well.
Ignore this comment. You hand the resource to an external string and it will be deleted when that external string is no longer used. http://codereview.chromium.org/2633004/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
