Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(886)

Unified Diff: src/runtime.cc

Issue 975005: Fix build problem on arm compiler. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698