Bug 19373

Summary: Qt Build Error
Product: WebKit Reporter: Robert Sesek <rsesek>
Component: WebKit QtAssignee: George Staikos <staikos>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: hausmann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
URL: http://build.webkit.org/builders/trunk-qt-linux-release/builds/8887
Attachments:
Description Flags
Fix none

Description Robert Sesek 2008-06-03 07:10:52 PDT
Webkit build error:

../../../WebCore/bridge/qt/qt_runtime.cpp: In member function ‘void KJS::Bindings::QtConnectionObject::execute(void**)’:
../../../WebCore/bridge/qt/qt_runtime.cpp:1627: error: ‘class KJS::FunctionImp’ has no member named ‘call’
../../../WebCore/bridge/qt/qt_runtime.cpp:1630: error: ‘class KJS::JSObject’ has no member named ‘call’
make[1]: *** [tmp/qt_runtime.o] Error 1
make[1]: Leaving directory `/home/rsesek/Desktop/WebKit/WebKitBuild/Debug/WebCore'
make: *** [sub-WebCore-make_default-ordered] Error 2
Comment 1 Robert Sesek 2008-06-03 07:26:36 PDT
Created attachment 21476 [details]
Fix

Looks like this change was left out of r34334.
Comment 2 Simon Hausmann 2008-06-04 12:07:38 PDT
Looks like this was fixed in r34357, the build is back up again :)
Comment 3 Alp Toker 2008-06-04 18:17:17 PDT
Comment on attachment 21476 [details]
Fix

Clearing flag, bug reportedly fixed in SVN.