[Webkit-unassigned] [Bug 39108] WebKit build failure on Linux for Qt4.5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 20:39:11 PDT 2010


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


Charles Wei <charles.wei at torchmobile.com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56051|                            |review?
               Flag|                            |




--- Comment #1 from Charles Wei <charles.wei at torchmobile.com.cn>  2010-05-13 20:39:11 PST ---
Created an attachment (id=56051)
 --> (https://bugs.webkit.org/attachment.cgi?id=56051)
patch that fixes the build failure for Qt4.5 on Linux

fixes the build failure of WebKit for Qt 4.5 on Linux.

1. Remove the un-used include file <QScopedPointer> in WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp,  which is a QT4.6 specific class.   If this class is later used , please include it back,  and make it Qt4.6 specific.

2. make QGraphicsWebViewPrivate::syncLayers() in WebKit/qt/WebCoreSupport/WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp always available, but the implementation empty when not USE ACCELERATED_COMPOSITING,  as indicated in the header file .

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