Author: [EMAIL PROTECTED]
Date: Tue Sep 9 13:20:35 2008
New Revision: 243
Modified:
branches/bleeding_edge/test/mjsunit/debug-sourceinfo.js
Log:
Quick fix for mjsunit/debug-sourceinfo failure
Modified: branches/bleeding_edge/test/mjsunit/debug-sourceinfo.js
==============================================================================
--- branches/bleeding_edge/test/mjsunit/debug-sourceinfo.js (original)
+++ branches/bleeding_edge/test/mjsunit/debug-sourceinfo.js Tue Sep 9
13:20:35 2008
@@ -47,7 +47,7 @@
// This magic number is the length or the first line comment (actually
number
// of characters before 'function a(...'.
-var comment_line_length = 1714;
+var comment_line_length = 1726;
var start_a = 10 + comment_line_length;
var start_b = 37 + comment_line_length;
var start_c = 71 + comment_line_length;
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---