[Webkit-unassigned] [Bug 32696] HTMLInputElement::valueAsNumber support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 26 09:01:50 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=32696
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #47393|review? |review+
Flag| |
--- Comment #3 from Darin Adler <darin at apple.com> 2010-01-26 09:01:49 PST ---
(From update of attachment 47393)
> + 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.
r=me
--
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