Reviewers: plesner,

Message:
Tiny review.

Description:
Fix build problem on arm compiler.

Please review this at http://codereview.chromium.org/975005

Affected files:
  M src/runtime.cc


Index: src/runtime.cc
diff --git a/src/runtime.cc b/src/runtime.cc
index fdea88ae2425cc6f42f03b8acd40a13ec51fea68..c425e312358e15400683d48a69f09426565d6d96 100644
--- a/src/runtime.cc
+++ b/src/runtime.cc
@@ -4377,7 +4377,7 @@ void FindStringIndices(Vector<const schar> subject,
 }

 template <typename schar>
-void inline FindCharIndices(Vector<const schar> subject,
+inline void FindCharIndices(Vector<const schar> subject,
                             const schar pattern_char,
                             ZoneList<int>* indices,
                             unsigned int limit) {


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

Reply via email to