| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 532066f63eba679f93c346436289e53c19ae0fb7..61c019c068bf1a4f5e3d62a7c758020ba4670ca7 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -568,6 +568,9 @@ namespace internal {
|
| F(CreateCollator, 3, 1) \
|
| F(InternalCompare, 3, 1) \
|
| \
|
| + /* String.prototype.normalize. */ \
|
| + F(StringNormalize, 2, 1) \
|
| + \
|
| /* Break iterator. */ \
|
| F(CreateBreakIterator, 3, 1) \
|
| F(BreakIteratorAdoptText, 2, 1) \
|
| @@ -631,7 +634,6 @@ namespace internal {
|
| F(MathSqrt, 1, 1) \
|
| F(MathLog, 1, 1) \
|
| F(IsMinusZero, 1, 1) \
|
| - F(IsRegExpEquivalent, 2, 1) \
|
| F(HasCachedArrayIndex, 1, 1) \
|
| F(GetCachedArrayIndex, 1, 1) \
|
| F(FastAsciiArrayJoin, 2, 1) \
|
|
|