From fbc7a2a1a94e3feadeb95af55cbac1d5c9dbf0e4 Mon Sep 17 00:00:00 2001 From: "erik.corry@gmail.com" Date: Thu, 18 Dec 2008 15:17:02 +0000 Subject: [PATCH] Fix lint error. Review URL: http://codereview.chromium.org/15036 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1002 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/debug.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.cc b/src/debug.cc index ff32023b2..368a9755d 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -1118,7 +1118,7 @@ void Debug::HandleStepIn(Handle function, if (function->context()->global() != Top::context()->builtins()) { Debug::FloodWithOneShot(Handle(function->shared())); } - } + } } -- 2.34.1