Bug 14571 - WebKitQt revision 24147 WidgetQt.cpp build failure
Summary: WebKitQt revision 24147 WidgetQt.cpp build failure
Status: CLOSED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-10 04:43 PDT by Peter Kovář
Modified: 2007-07-11 06:11 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Kovář 2007-07-10 04:43:41 PDT
WebCore/platform/qt/WidgetQt.cpp

../../../WebKitQt/Api/qwebframe.h: In destructor ‘WebCore::WidgetPrivate::~WidgetPrivate()’:
../../../WebKitQt/Api/qwebframe.h:45: error: ‘virtual QWebFrame::~QWebFrame()’ is protected
../../../WebCore/platform/qt/WidgetQt.cpp:54: error: within this context
make[1]: *** [tmp/WidgetQt.o] Error 1
make[1]: Leaving directory `/usr/src/WebKit/WebKitBuild/Release/WebCore'
make: *** [sub-WebCore-make_default-ordered] Error 2
Comment 1 Mark Rowe (bdash) 2007-07-10 08:05:10 PDT
The buildbot at http://build.webkit.org/ shows r24147 building without error.
Comment 2 Peter Kovář 2007-07-11 06:10:41 PDT
Closing, r24186 builds and runs OK.