[Webkit-unassigned] [Bug 32876] HTMLInputElement::valueAsDate getter support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 22 13:17:38 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32876
--- Comment #10 from TAMURA, Kent <tkent at chromium.org> 2009-12-22 13:17:38 PST ---
(In reply to comment #7)
> @tkent: What's the deal with the compile warning? Is that a real problem with
> the patch?
>
> 94 static inline double invalidTotalMillisecond() { return
> std::numeric_limits<double>::quiet_NaN(); }
I think Chromium needs `#include <limits>' explicitly for std::numeri_limits
and other ports implicitly include <limits>.
I'll check it.
--
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