[Webkit-unassigned] [Bug 42484] Support localized numbers in <input type=number>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 22:47:06 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=42484





--- Comment #21 from Kent Tamura <tkent at chromium.org>  2011-03-01 22:47:06 PST ---
(In reply to comment #20)
> > +    NSNumber* num = [formatter numberFromString:numberString];
> > +    if (num == nil)
> 
> Should we use RetainPtr<> here too?

Probably, no.  This object is already registered to an autorelease pool by NSNumberFormatter.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list