Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index 342aa505da7b6378f66f9636dfc3eef12ce3df1d..13fac5f951669c6fa50ab6baa4628c857ffca239 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -2552,8 +2552,7 @@ void Debug::OnCompileError(Handle<Script> script) { |
} |
-void Debug::OnDebugBreak(Handle<Object> break_points_hit, |
- bool auto_continue) { |
+void Debug::OnDebugBreak(Handle<Object> break_points_hit, bool auto_continue) { |
// The caller provided for DebugScope. |
AssertDebugContext(); |
// Bail out if there is no listener for this event |