Bug 286562
| Summary: | REGRESSION(289032@main): [Win] ImageBufferCairoSurfaceBackend.cpp(99,33): error: redefinition of 'span' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | New Bugs | Assignee: | Fujii Hironori <fujii.hironori> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Fujii Hironori
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
Pull request: https://github.com/WebKit/WebKit/pull/39578
EWS
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
<rdar://problem/143671040>