Commit 11dca3ae authored by lrn@chromium.org's avatar lrn@chromium.org

Fix build problem on arm compiler.

Review URL: http://codereview.chromium.org/975005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4140 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ad876956
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment