RESOLVED FIXED 286562
REGRESSION(289032@main): [Win] ImageBufferCairoSurfaceBackend.cpp(99,33): error: redefinition of 'span'
https://bugs.webkit.org/show_bug.cgi?id=286562
Summary REGRESSION(289032@main): [Win] ImageBufferCairoSurfaceBackend.cpp(99,33): err...
Fujii Hironori
Reported 2025-01-26 17:03:16 PST
Windows Debug builds can compile after 289032@main. In file included from C:\webkit\wb\WebKitBuild\Debug\WebCore\DerivedSources\unified-sources\UnifiedSource-3c72abbe-41.cpp:8: C:\webkit\wb\Source\WebCore\platform/graphics/cairo/ImageBufferCairoSurfaceBackend.cpp(99,33): error: redefinition of 'span' 99 | static std::span<const uint8_t> span(cairo_surface_t* surface) | ^ C:\webkit\wb\Source\WebCore\platform/graphics/cairo/GraphicsContextGLCairo.cpp(43,33): note: previous definition is here 43 | static std::span<const uint8_t> span(cairo_surface_t* surface) | ^ 1 error generated. 288806@main and 289032@main added the `span`.
Attachments
Fujii Hironori
Comment 1 2025-01-26 17:14:39 PST
EWS
Comment 2 2025-01-26 18:25:33 PST
Committed 289408@main (d55283b7fc9a): <https://commits.webkit.org/289408@main> Reviewed commits have been landed. Closing PR #39578 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-01-26 18:26:14 PST
Note You need to log in before you can comment on or make changes to this bug.