Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 532066f63eba679f93c346436289e53c19ae0fb7..354244dd4fc5243a34e7ce9226597882967a4404 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) \ |