WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2025-01-26 17:14:39 PST
Pull request:
https://github.com/WebKit/WebKit/pull/39578
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
<
rdar://problem/143671040
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug