Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 5848) |
| +++ src/runtime.h (working copy) |
| @@ -418,7 +418,8 @@ |
| F(MathSqrt, 1, 1) \ |
| F(IsRegExpEquivalent, 2, 1) \ |
| F(HasCachedArrayIndex, 1, 1) \ |
| - F(GetCachedArrayIndex, 1, 1) |
| + F(GetCachedArrayIndex, 1, 1) \ |
| + F(FastAsciiArrayJoin, 2, 1) |
| // ---------------------------------------------------------------------------- |