Chromium Code Reviews| 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) { |