Chromium Code Reviews| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index 734875faf7a0d2dea013674529efbb71431d6026..4df160f41e080863d3517928fe6ad6b89e099dea 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) \ |