[Webkit-unassigned] [Bug 64297] [Qt][WK2] Add the Web Inspector to WebKit2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 31 10:11:46 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64297
--- Comment #74 from Alexis Menard <alexis.menard at openbossa.org> 2011-08-31 10:11:45 PST ---
(From update of attachment 105726)
View in context: https://bugs.webkit.org/attachment.cgi?id=105726&action=review
> Source/WebKit2/UIProcess/WebInspectorProxy.h:33
> +#include <qdesktopwebview.h>
This is wrong it will not build on other ports. Protect it just like below.
-> translated to "#if PLATFORM(QT) ... #endif"
--
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