Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index aff9779589a9e267bfcae044f6ac2f5e3c7c0008..bd288f43108b615bc4ac0accfea02a8583457146 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -819,6 +819,7 @@ namespace internal { |
| F(Bool8x16NotEqual, 2, 1) |
| #define FOR_EACH_INTRINSIC_STRINGS(F) \ |
| + F(GetSubstitution, 4, 1) \ |
| F(StringReplaceOneCharWithString, 3, 1) \ |
| F(StringIndexOf, 3, 1) \ |
| F(StringIndexOfUnchecked, 3, 1) \ |