Author: [email protected]
Date: Thu Dec 18 07:17:02 2008
New Revision: 1002

Modified:
    branches/bleeding_edge/src/debug.cc

Log:
Fix lint error.
Review URL: http://codereview.chromium.org/15036

Modified: branches/bleeding_edge/src/debug.cc
==============================================================================
--- branches/bleeding_edge/src/debug.cc (original)
+++ branches/bleeding_edge/src/debug.cc Thu Dec 18 07:17:02 2008
@@ -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
-~----------~----~----~----~------~----~------~--~---

Reply via email to