Commit 2caf318d authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Fix lint error.

TBR=kasperl@chromium.org

Review URL: http://codereview.chromium.org/126276

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2210 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 50e35a30
......@@ -4281,7 +4281,7 @@ TEST(DebuggerUnload) {
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment