| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 2d8fa4e4c8a1e237d5992343a35bfa96e272fe0f..4a37851b9629567adf17177052eb353f613a3aaa 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -518,7 +518,7 @@ namespace internal {
|
| F(StoreLookupSlot_Strict, 2, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_STRINGS(F) \
|
| - F(GetSubstitution, 4, 1) \
|
| + F(GetSubstitution, 5, 1) \
|
| F(StringReplaceOneCharWithString, 3, 1) \
|
| F(StringIndexOf, 3, 1) \
|
| F(StringIndexOfUnchecked, 3, 1) \
|
|
|