From: erik.corry@gmail.com Date: Thu, 18 Dec 2008 15:17:02 +0000 (+0000) Subject: Fix lint error. X-Git-Tag: upstream/4.7.83~24841 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbc7a2a1a94e3feadeb95af55cbac1d5c9dbf0e4;p=platform%2Fupstream%2Fv8.git 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 --- 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())); } - } + } }