Fix build problem on arm compiler.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 16 Mar 2010 09:10:11 +0000 (09:10 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 16 Mar 2010 09:10:11 +0000 (09:10 +0000)
Review URL: http://codereview.chromium.org/975005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4140 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/runtime.cc

index fdea88a..c425e31 100644 (file)
@@ -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) {