Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 26baf17bb6a41bafbe7e2e1ab8f62ef9445a474f..f66df02f2646860fc20c227edab78163d9242de3 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -51,6 +51,7 @@ |
| F(GetCachedArrayIndex, 1, 1) \ |
| F(FixedArrayGet, 2, 1) \ |
| F(FixedArraySet, 3, 1) \ |
| + F(FastOneByteArrayJoin, 2, 1) \ |
| F(ArraySpeciesConstructor, 1, 1) |