Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1147)

Unified Diff: src/runtime/runtime.h

Issue 2736543002: [intl] Implement Intl.PluralRules
Patch Set: clarify comment Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index a6e8f96ad18c968059848c5595057b12d4e77827..64f4e357df88d92054561714a1a74fd6e6109689 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -269,6 +269,8 @@ namespace internal {
F(CurrencyDigits, 1, 1) \
F(CreateCollator, 3, 1) \
F(InternalCompare, 3, 1) \
+ F(CreatePluralRules, 3, 1) \
+ F(PluralRulesSelect, 2, 1) \
F(StringNormalize, 2, 1) \
F(CreateBreakIterator, 3, 1) \
F(BreakIteratorAdoptText, 2, 1) \

Powered by Google App Engine
This is Rietveld 408576698