RESOLVED FIXED 211359
[Intl] Alphabetize extension keys and correctly mark const methods
https://bugs.webkit.org/show_bug.cgi?id=211359
Summary [Intl] Alphabetize extension keys and correctly mark const methods
Ross Kirsling
Reported 2020-05-03 13:58:41 PDT
[Intl] Alphabetize extension keys and correctly mark const methods
Attachments
Patch (20.61 KB, patch)
2020-05-03 14:33 PDT, Ross Kirsling
no flags
Patch for landing (20.58 KB, patch)
2020-05-05 10:40 PDT, Ross Kirsling
no flags
Ross Kirsling
Comment 1 2020-05-03 14:33:49 PDT
Darin Adler
Comment 2 2020-05-05 10:29:42 PDT
Comment on attachment 398333 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=398333&action=review > Source/JavaScriptCore/runtime/IntlCollator.cpp:47 > +constexpr const char* const relevantExtensionKeys[3] = { "co", "kf", "kn" }; There’s a redundant const here. Given constexpr, don’t need the const after the "*".
Ross Kirsling
Comment 3 2020-05-05 10:39:59 PDT
(In reply to Darin Adler from comment #2) > Comment on attachment 398333 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=398333&action=review > > > Source/JavaScriptCore/runtime/IntlCollator.cpp:47 > > +constexpr const char* const relevantExtensionKeys[3] = { "co", "kf", "kn" }; > > There’s a redundant const here. Given constexpr, don’t need the const after > the "*". Oops, thanks for pointing that out! Looks like a typo from an earlier patch.
Ross Kirsling
Comment 4 2020-05-05 10:40:53 PDT
Created attachment 398527 [details] Patch for landing
EWS
Comment 5 2020-05-05 11:21:38 PDT
Committed r261182: <https://trac.webkit.org/changeset/261182> All reviewed patches have been landed. Closing bug and clearing flags on attachment 398527 [details].
Radar WebKit Bug Importer
Comment 6 2020-05-05 11:22:17 PDT
Note You need to log in before you can comment on or make changes to this bug.