WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
20841
QtWebkit build broken (PlatformScrollBar)
https://bugs.webkit.org/show_bug.cgi?id=20841
Summary
QtWebkit build broken (PlatformScrollBar)
Jean-Daniel Guyot
Reported
2008-09-14 10:38:20 PDT
- Version of Qt : 4.4.1 - Mac OS X.5 Here are some steps to reproduce the issue : 1. Get a fresh svn version of Webkit 2. Set QMAKESPEC to "macx-g++" (#15614) 3. Run ./WebKitTools/Scripts/build-webkit --qt --release One get the error: ../../../WebCore/platform/qt/PlatformScrollBarQt.cpp: In constructor ‘WebCore::PlatformScrollbar::PlatformScrollbar(WebCore::ScrollbarClient*, WebCore::ScrollbarOrientation, WebCore::ScrollbarControlSize)’: ../../../WebCore/platform/qt/PlatformScrollBarQt.cpp:69: error: ‘horizontalScrollbarHeight’ was not declared in this scope ../../../WebCore/platform/qt/PlatformScrollBarQt.cpp:73: error: ‘verticalScrollbarWidth’ was not declared in this scope ../../../WebCore/platform/qt/PlatformScrollBarQt.cpp: In member function ‘virtual void WebCore::PlatformScrollbar::paint(WebCore::GraphicsContext*, const WebCore::IntRect&)’: ../../../WebCore/platform/qt/PlatformScrollBarQt.cpp:180: error: ‘horizontalScrollbarHeight’ was not declared in this scope ../../../WebCore/platform/qt/PlatformScrollBarQt.cpp:183: error: ‘verticalScrollbarWidth’ was not declared in this scope horizontalScrollbarHeight & verticalScrollbarWidth functions were removed at rev. 36400 but some references remain in WebCore/platform/qt/PlatformScrollBarQt.cpp.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug