Fix lint error.
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 18 Dec 2008 15:17:02 +0000 (15:17 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 18 Dec 2008 15:17:02 +0000 (15:17 +0000)
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

index ff32023..368a975 100644 (file)
@@ -1118,7 +1118,7 @@ void Debug::HandleStepIn(Handle<JSFunction> function,
     if (function->context()->global() != Top::context()->builtins()) {
       Debug::FloodWithOneShot(Handle<SharedFunctionInfo>(function->shared()));
     }
-  }  
+  }
 }