Bug 19373 - Qt Build Error
Summary: Qt Build Error
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: George Staikos
URL: http://build.webkit.org/builders/trun...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-03 07:10 PDT by Robert Sesek
Modified: 2008-06-04 18:17 PDT (History)
1 user (show)

See Also:


Attachments
Fix (1.36 KB, patch)
2008-06-03 07:26 PDT, Robert Sesek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.