Reviewers: Kasper Lund, Description: Version 1.2.8.1 (again).
Removed to spaces to fix lint error. Not updating patch level. [email protected] Please review this at http://codereview.chromium.org/126277 SVN Base: http://v8.googlecode.com/svn/trunk/ Affected files: M test/cctest/test-debug.cc Index: test/cctest/test-debug.cc =================================================================== --- test/cctest/test-debug.cc (revision 2210) +++ test/cctest/test-debug.cc (working copy) @@ -4281,7 +4281,7 @@ bar->Call(env->Global(), 0, NULL); CHECK_EQ(4, break_point_hit_count); } - + // Remove the debug event listener without clearing breakpoints. Do this // outside a handle scope. v8::Debug::SetDebugEventListener(NULL); --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
