Revision: 9066
Author:   [email protected]
Date:     Tue Aug 30 02:05:40 2011
Log:      Fixing presubmit issue.

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

Modified:
 /branches/bleeding_edge/src/ia32/code-stubs-ia32.cc

=======================================
--- /branches/bleeding_edge/src/ia32/code-stubs-ia32.cc Tue Aug 30 01:41:54 2011 +++ /branches/bleeding_edge/src/ia32/code-stubs-ia32.cc Tue Aug 30 02:05:40 2011
@@ -5715,7 +5715,7 @@
     // ebx: instance type
     // ecx: sub string length
     // edx: from index (smi)
-   Label allocate_slice, sliced_string, seq_string;
+    Label allocate_slice, sliced_string, seq_string;
     __ cmp(ecx, SlicedString::kMinLength);
     // Short slice.  Copy instead of slicing.
     __ j(less, &copy_routine);

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

Reply via email to