Revision: 4324
Author: [email protected]
Date: Tue Mar 30 07:02:40 2010
Log: Make link happy.

[email protected]

Review URL: http://codereview.chromium.org/1558005
http://code.google.com/p/v8/source/detail?r=4324

Modified:
 /branches/bleeding_edge/src/runtime.cc

=======================================
--- /branches/bleeding_edge/src/runtime.cc      Tue Mar 30 06:26:13 2010
+++ /branches/bleeding_edge/src/runtime.cc      Tue Mar 30 07:02:40 2010
@@ -3361,7 +3361,9 @@
           if (start >= 0) {
             int end = register_vector[i * 2 + 1];
             ASSERT(start <= end);
- Handle<String> substring = Factory::NewSubString(subject, start, end);
+            Handle<String> substring = Factory::NewSubString(subject,
+                                                             start,
+                                                             end);
             elements->set(i, *substring);
           } else {
             ASSERT(register_vector[i * 2 + 1] < 0);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply 
to this email with the words "REMOVE ME" as the subject.

Reply via email to