Bug 93435 - Remove fractionDigits argument of WebCore::convertToLocalizedNumber()
Summary: Remove fractionDigits argument of WebCore::convertToLocalizedNumber()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on: 93236
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-07 22:24 PDT by Kent Tamura
Modified: 2012-08-07 23:49 PDT (History)
4 users (show)

See Also:


Attachments
Patch (10.29 KB, patch)
2012-08-07 22:30 PDT, Kent Tamura
haraken: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-08-07 22:24:39 PDT
Remove fractionDigits argument of WebCore::convertToLocalizedNumber() because it is not used any more.
Comment 1 Kent Tamura 2012-08-07 22:30:09 PDT
Created attachment 157116 [details]
Patch
Comment 2 Kentaro Hara 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".
Comment 3 Kent Tamura 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.
Comment 4 Kent Tamura 2012-08-07 23:49:21 PDT
Committed r124998: <http://trac.webkit.org/changeset/124998>