RESOLVED FIXED81429
Use modern NSNumberFormatter API in LocalizedNumberMac.mm
https://bugs.webkit.org/show_bug.cgi?id=81429
Summary Use modern NSNumberFormatter API in LocalizedNumberMac.mm
Matt Lilek
Reported 2012-03-16 16:37:07 PDT
- [NSNumberFormatter setHasThousandSeparators:] isn't officially marked as deprecated, but setUsesGroupingSeparator: is a more modern way of doing it. We should switch to it. <rdar://problem/10121259>
Attachments
patch (1.28 KB, patch)
2012-03-16 16:44 PDT, Matt Lilek
mitz: review+
dev+webkit: commit-queue-
Matt Lilek
Comment 1 2012-03-16 16:44:13 PDT
Matt Lilek
Comment 2 2012-03-16 17:30:08 PDT
Note You need to log in before you can comment on or make changes to this bug.