Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 07aa0b4c6b84045585107bbd240a740d528a0623..e0f9c84dc66ef1916f8f2ddc8ec1093954c9c2d5 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -564,6 +564,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) \ |