[Webkit-unassigned] [Bug 47239] Generate the messages sent to the WebPageProxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 7 11:42:14 PDT 2010


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





--- Comment #32 from Csaba Osztrogonac <ossy at webkit.org>  2010-10-07 11:42:13 PST ---
(In reply to comment #30)
> I'll land this now and make sure that any Qt build errors are resolved quickly.

I tried it locally, and I got the following build error:

In file included from ../../../WebKit2/UIProcess/API/qt/ClientImpl.cpp:27:
../../../WebKit2/UIProcess/API/qt/qwkpage_p.h:56: error: ‘WebPageProxy’ has not been declared

You can fix it easily with adding a "using namespace WebKit;" to qwkpage_p.h,
because WebPageProxy class is defined in WebKit namespace. It works for me locally.

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