Bug 93435

Summary: Remove fractionDigits argument of WebCore::convertToLocalizedNumber()
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Normal CC: haraken, mifenton, morrita, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 93236    
Bug Blocks:    
Attachments:
Description Flags
Patch haraken: review+

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>