[Webkit-unassigned] [Bug 32481] [WML] Compilation error in wml enabled builds.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 13 01:55:06 PST 2009


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





--- Comment #1 from Nayan <nayankk at gmail.com>  2009-12-13 01:55:06 PST ---
This error is due to the changes committed with
http://trac.webkit.org/changeset/51602. With this changeset, signature of
'WebCore::InputElement::setValue' is changed and
'WebCore::InputElement::setValueForUser' pure virtual function is added to
'InputElement' class.

'InputElement' class is the parent class for 'HTMLInputElement' and
'WMLInputElement' class. With 51602 changeset, changes in HTMLInputElement were
done, but WMLInputElement wasn't changed to define these virtual functions and
hence resulting in compilation errors.

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