Revision: 4140 Author: [email protected] Date: Tue Mar 16 02:10:11 2010 Log: Fix build problem on arm compiler.
Review URL: http://codereview.chromium.org/975005 http://code.google.com/p/v8/source/detail?r=4140 Modified: /branches/bleeding_edge/src/runtime.cc ======================================= --- /branches/bleeding_edge/src/runtime.cc Mon Mar 15 14:06:51 2010 +++ /branches/bleeding_edge/src/runtime.cc Tue Mar 16 02:10:11 2010 @@ -4377,7 +4377,7 @@ } 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
