[Webkit-unassigned] [Bug 53420] New: PluginViewQt.cpp not compiling with ENABLE_NETSCAPE_PLUGIN_API=1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 31 05:49:11 PST 2011


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

           Summary: PluginViewQt.cpp not compiling with
                    ENABLE_NETSCAPE_PLUGIN_API=1
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: romaxa at gmail.com


Attempt to compile Webkit2 Qt with plugins enabled, it fails:
../../../WebCore/plugins/qt/PluginViewQt.cpp:69:24: error: qwebpage_p.h: No such file or directory
../../../WebCore/plugins/qt/PluginViewQt.cpp: In member function 'void WebCore::PluginView::updatePluginWidget()':
../../../WebCore/plugins/qt/PluginViewQt.cpp:167: error: 'QWebPagePrivate' has not been declared
../../../WebCore/plugins/qt/PluginViewQt.cpp: In function 'void WebCore::setXKeyEventSpecificFields(XEvent*, WebCore::KeyboardEvent*)':
../../../WebCore/plugins/qt/PluginViewQt.cpp:422: error: 'QWebPagePrivate' has not been declared

Sounds like it is not very good idea to use WebKit API's from WebCore module.

Change has been introduced in 
http://trac.webkit.org/changeset/61505
https://bugs.webkit.org/show_bug.cgi?id=36702

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