Revision: 6315
Author: [email protected]
Date: Fri Jan 14 04:01:57 2011
Log: Unreviewed. Fix whitespaces for r6314.
http://code.google.com/p/v8/source/detail?r=6315
Modified:
/branches/bleeding_edge/test/mjsunit/debug-breakpoints.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/debug-breakpoints.js Fri Jan 14
03:56:14 2011
+++ /branches/bleeding_edge/test/mjsunit/debug-breakpoints.js Fri Jan 14
04:01:57 2011
@@ -124,10 +124,10 @@
function setBreakpointByPosition(f, position)
{
var break_point = Debug.setBreakPointByScriptIdAndPosition(
- Debug.findScript(f).id,
- position + Debug.sourcePosition(f),
- "",
- true);
+ Debug.findScript(f).id,
+ position + Debug.sourcePosition(f),
+ "",
+ true);
return break_point.number();
}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev