[Webkit-unassigned] [Bug 32696] HTMLInputElement::valueAsNumber support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 20:46:40 PST 2010


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


TAMURA, Kent <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from TAMURA, Kent <tkent at chromium.org>  2010-01-26 20:46:40 PST ---
(In reply to comment #3)
> (From update of attachment 47393 [details])
> > +    const double nan = std::numeric_limits<double>::quiet_NaN();
> 
> Normally we omit the "std" for things like this, and have "using namespace std"
> at the top of the file.

Removed std::, and landed as r53893.

-- 
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