12010-05-02 Yael Aharon <yael.aharon@nokia.com>
2
3 Reviewed by NOBODY (OOPS!).
4
5 Use HTML5 number parsing in HTMLProgressElement
6 https://bugs.webkit.org/show_bug.cgi?id=38434
7
8 Use parseToDoubleForNumberType instead of toDouble.
9 Throw an exception when the number is NaN or Infinity.
10
11 * html/HTMLProgressElement.cpp:
12 (WebCore::HTMLProgressElement::value):
13 (WebCore::HTMLProgressElement::setValue):
14 (WebCore::HTMLProgressElement::max):
15 (WebCore::HTMLProgressElement::setMax):
16 * html/HTMLProgressElement.h:
17 * html/HTMLProgressElement.idl:
18