[Webkit-unassigned] [Bug 38203] Move HTMLInputElement::parseToDoubleForNumberType so it can be reused outside of HTMLInputElement.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 13:47:18 PDT 2010


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


Adam Roben (aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aroben at apple.com




--- Comment #4 from Adam Roben (aroben) <aroben at apple.com>  2010-04-28 13:47:17 PST ---
Here are the errors on Windows:

13>WebCore.lib(HTMLElementsAllInOne.obj) : error LNK2019: unresolved external
symbol "public: double __thiscall WebCore::String::toDoubleStrict(bool *)const
" (?toDoubleStrict at String@WebCore@@QBENPA_N at Z) referenced in function "public:
bool __thiscall WebCore::HTMLInputElement::stepMismatch(void)const "
(?stepMismatch at HTMLInputElement@WebCore@@QBE_NXZ)
13>WebCore.lib(ValidityState.obj) : error LNK2001: unresolved external symbol
"public: double __thiscall WebCore::String::toDoubleStrict(bool *)const "
(?toDoubleStrict at String@WebCore@@QBENPA_N at Z)
13>WebCore.lib(StepRange.obj) : error LNK2001: unresolved external symbol
"public: double __thiscall WebCore::String::toDoubleStrict(bool *)const "
(?toDoubleStrict at String@WebCore@@QBENPA_N at Z)

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