Bug 81429

Summary: Use modern NSNumberFormatter API in LocalizedNumberMac.mm
Product: WebKit Reporter: Matt Lilek <dev+webkit>
Component: WebCore Misc.Assignee: Matt Lilek <dev+webkit>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: Unspecified   
Attachments:
Description Flags
patch mitz: review+, dev+webkit: commit-queue-

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.