Fixed const char issue in test-debug in the same go.
http://codereview.chromium.org/109015/diff/1/2 File test/cctest/test-strings.cc (right): http://codereview.chromium.org/109015/diff/1/2#newcode397 Line 397: if (destructed_ != NULL) { On 2009/05/05 10:09:11, Kasper Lund wrote: > Get rid of the NULL checks here. Maybe even CHECK that it isn't NULL. Done. http://codereview.chromium.org/109015/diff/1/2#newcode403 Line 403: if (destructed_ != NULL) { On 2009/05/05 10:09:11, Kasper Lund wrote: > ... and here. Done. http://codereview.chromium.org/109015 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
