RESOLVED FIXED 93435
Remove fractionDigits argument of WebCore::convertToLocalizedNumber()
https://bugs.webkit.org/show_bug.cgi?id=93435
Summary Remove fractionDigits argument of WebCore::convertToLocalizedNumber()
Kent Tamura
Reported 2012-08-07 22:24:39 PDT
Remove fractionDigits argument of WebCore::convertToLocalizedNumber() because it is not used any more.
Attachments
Patch (10.29 KB, patch)
2012-08-07 22:30 PDT, Kent Tamura
haraken: review+
Kent Tamura
Comment 1 2012-08-07 22:30:09 PDT
Kentaro Hara
Comment 2 2012-08-07 22:32:38 PDT
Comment on attachment 157116 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=157116&action=review Looks OK > Source/WebCore/platform/text/LocalizedNumber.h:40 > // conform to HTML floating-point numbers, and is not empty. The Nit: Remove the last "The".
Kent Tamura
Comment 3 2012-08-07 23:47:17 PDT
Thanks. (In reply to comment #2) > > // conform to HTML floating-point numbers, and is not empty. The > > Nit: Remove the last "The". will fix and land.
Kent Tamura
Comment 4 2012-08-07 23:49:21 PDT
Note You need to log in before you can comment on or make changes to this bug.