Reviewers: Mads Ager, Description: Fix lint error.
Please review this at http://codereview.chromium.org/15036 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/debug.cc Index: src/debug.cc =================================================================== --- src/debug.cc (revision 1001) +++ src/debug.cc (working copy) @@ -1118,7 +1118,7 @@ if (function->context()->global() != Top::context()->builtins()) { Debug::FloodWithOneShot(Handle<SharedFunctionInfo>(function->shared())); } - } + } } --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
