Commit 19c95ff3 authored by feng@chromium.org's avatar feng@chromium.org

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
parent ea48d53b
......@@ -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
......
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