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:
parent
ea48d53bad
commit
19c95ff39a
@ -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 {
|
||||
|
||||
|
@ -720,6 +720,6 @@ class Debug_Address {
|
||||
|
||||
} } // namespace v8::internal
|
||||
|
||||
#endif // ENABLE_DEBUGGER_SUPPORT
|
||||
#endif // ENABLE_DEBUGGER_SUPPORT
|
||||
|
||||
#endif // V8_V8_DEBUG_H_
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user