[Webkit-unassigned] [Bug 96479] New: [Qt] REGRESSION(r128174, r128179): It broke the --minimal --no-webkit2 build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 12 01:38:47 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96479
Summary: [Qt] REGRESSION(r128174,r128179): It broke the
--minimal --no-webkit2 build
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: Qt, QtTriaged
Severity: Blocker
Priority: P1
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ossy at webkit.org
CC: hausmann at webkit.org, vestbo at webkit.org
r128174 broke the minimal build and then it seemed r128179 fixed it,
but unfortunately it was't true. After a clean build it is still broken. :(
---------------------------------------------------------------------------------------------------------------------
generated/JSDOMWindow.cpp: In function ‘JSC::EncodedJSValue WebCore::jsDOMWindowPrototypeFunctionWebkitRequestAnimationFrame(JSC::ExecState*)’:
generated/JSDOMWindow.cpp:9610: error: ‘RequestAnimationFrameCallback’ was not declared in this scope
generated/JSDOMWindow.cpp:9610: error: template argument 1 is invalid
generated/JSDOMWindow.cpp:9610: error: invalid type in declaration before ‘=’ token
generated/JSDOMWindow.cpp:9610: error: ‘JSRequestAnimationFrameCallback’ has not been declared
generated/JSDOMWindow.cpp:9612: error: ‘class WebCore::DOMWindow’ has no member named ‘webkitRequestAnimationFrame’
generated/JSDOMWindow.cpp: In function ‘JSC::EncodedJSValue WebCore::jsDOMWindowPrototypeFunctionWebkitCancelAnimationFrame(JSC::ExecState*)’:
generated/JSDOMWindow.cpp:9630: error: ‘class WebCore::DOMWindow’ has no member named ‘webkitCancelAnimationFrame’
generated/JSDOMWindow.cpp: In function ‘JSC::EncodedJSValue WebCore::jsDOMWindowPrototypeFunctionWebkitCancelRequestAnimationFrame(JSC::ExecState*)’:
generated/JSDOMWindow.cpp:9648: error: ‘class WebCore::DOMWindow’ has no member named ‘webkitCancelRequestAnimationFrame’
make[3]: *** [obj/release/ramdisk/qt-linux-release-minimal/build/WebKitBuild/Release/Source/WebCore/generated/JSDOMWindow.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Could you check it, please?
--
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