Reviewers: Jakob,
Message:
Another one of those little mistakes I should have noticed :/
PTAL.
Description:
Fixing presubmit error.
Please review this at http://codereview.chromium.org/7839031/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/runtime.cc
Index: src/runtime.cc
diff --git a/src/runtime.cc b/src/runtime.cc
index
7689a1acae5591abf2b23adba008e6d451675f4e..c5e5d00e621295c94435753950dc4dacfc0ecefe
100644
--- a/src/runtime.cc
+++ b/src/runtime.cc
@@ -2901,7 +2901,7 @@ MUST_USE_RESULT static MaybeObject*
StringReplaceStringWithString(
isolate->factory()->NewRawTwoByteString(result_len));
}
- for(int i = 0; i < matches; i++) {
+ for (int i = 0; i < matches; i++) {
// Copy non-matched subject content.
String::WriteToFlat(*subject,
result->GetChars() + result_pos,
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev