Bug 245052 - REGRESSION(254322@main) PlatformCAAnimationWin.cpp(550,86): error C2660: 'CFArrayAppendValue': function does not take 1 arguments
Summary: REGRESSION(254322@main) PlatformCAAnimationWin.cpp(550,86): error C2660: 'CFA...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks: 245088
  Show dependency treegraph
 
Reported: 2022-09-11 13:25 PDT by Fujii Hironori
Modified: 2022-09-12 11:22 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2022-09-11 13:25:17 PDT
REGRESSION(254322@main) PlatformCAAnimationWin.cpp(550,86): error C2660: 'CFArrayAppendValue': function does not take 1 arguments

AppleWin can' compile after 254322@main (bug#244874)

C:\cygwin\home\buildbot\worker\Windows-EWS\build\Source\WebCore\platform\graphics\ca\win\PlatformCAAnimationWin.cpp(550,79): error C2664: 'WTF::RetainPtr<CACFTimingFunctionRef> toCACFTimingFunction(const WebCore::TimingFunction *,bool)': cannot convert argument 1 from 'const T' to 'const WebCore::TimingFunction *' [C:\cygwin\home\buildbot\worker\Windows-EWS\build\WebKitBuild\Release\Source\WebCore\WebCore.vcxproj]
C:\cygwin\home\buildbot\worker\Windows-EWS\build\Source\WebCore\platform\graphics\ca\win\PlatformCAAnimationWin.cpp(550,86): error C2660: 'CFArrayAppendValue': function does not take 1 arguments [C:\cygwin\home\buildbot\worker\Windows-EWS\build\WebKitBuild\Release\Source\WebCore\WebCore.vcxproj]
Comment 1 Alex Christensen 2022-09-12 09:12:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4261
Comment 2 EWS 2022-09-12 09:15:27 PDT
Committed 254385@main (a068fb63eff5): <https://commits.webkit.org/254385@main>

Reviewed commits have been landed. Closing PR #4261 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-09-12 09:16:18 PDT
<rdar://problem/99824467>