[Webkit-unassigned] [Bug 26376] [GTK] does not compile with WML enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 22 05:09:37 PST 2009


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





--- Comment #1 from Gyuyoung Kim <gyuyoung at gmail.com>  2009-11-22 05:09:36 PST ---
Created an attachment (id=43676)
 --> (https://bugs.webkit.org/attachment.cgi?id=43676)
Patch for the build error when wml is enabled on gtk

I met lowser build errors rather than the over build error.

WebCore/wml/WMLInputElement.cpp: In member function 'virtual void
WebCore::WMLInputElement::defaultEventHandler(WebCore::Event*)':
WebCore/wml/WMLInputElement.cpp:285: error: no matching function for call to
'WebCore::WMLInputElement::dispatchEvent(WebCore::AtomicString&, bool, bool)'
WebCore/wml/WMLAElement.cpp: In member function 'virtual void
WebCore::WMLAElement::defaultEventHandler(WebCore::Event*)':
WebCore/wml/WMLAElement.cpp:144: error: no matching function for call to
'WebCore::FrameLoader::urlSelected(WebCore::KURL&, WebCore::String,
WebCore::Event*&, bool, bool, bool)'

It seems to me that the build errors come from wrong invocations of function.
So, I make a try a patch for the build errors.
Please check it, thanks.

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