Fix style issues caught by presubmit script.

TBR = erikcorry

Review URL: http://codereview.chromium.org/83004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1746 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
feng@chromium.org 2009-04-20 17:44:39 +00:00
parent ea48d53bad
commit 19c95ff39a
3 changed files with 4 additions and 3 deletions

View File

@ -3263,7 +3263,7 @@ Handle<Value> Debug::Call(v8::Handle<v8::Function> fun,
bool Debug::EnableAgent(const char* name, int port) {
return i::Debugger::StartAgent(name, port);
}
#endif // ENABLE_DEBUGGER_SUPPORT
#endif // ENABLE_DEBUGGER_SUPPORT
namespace internal {

View File

@ -720,6 +720,6 @@ class Debug_Address {
} } // namespace v8::internal
#endif // ENABLE_DEBUGGER_SUPPORT
#endif // ENABLE_DEBUGGER_SUPPORT
#endif // V8_V8_DEBUG_H_

View File

@ -6793,7 +6793,8 @@ static Object* Runtime_FunctionGetAssemblerCode(Arguments args) {
#endif // DEBUG
return Heap::undefined_value();
}
#endif // ENABLE_DEBUGGER_SUPPORT
#endif // ENABLE_DEBUGGER_SUPPORT
// Finds the script object from the script data. NOTE: This operation uses
// heap traversal to find the function generated for the source position