Commit fbc7a2a1 authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

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
parent 6c7a746c
......@@ -1118,7 +1118,7 @@ void Debug::HandleStepIn(Handle<JSFunction> function,
if (function->context()->global() != Top::context()->builtins()) {
Debug::FloodWithOneShot(Handle<SharedFunctionInfo>(function->shared()));
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment