Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 1b7e32e7a1860c631d75f8b958ccc347ea115b89..5c9083d756bb5c48e52e157a6640baeb8fe78f3f 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -565,6 +565,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) \ |