| Summary: | [GTK] Debian Stable build is broken after r290026 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> | ||||
| Component: | New Bugs | Assignee: | Diego Pino <dpino> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=236748 | ||||||
| Attachments: |
|
||||||
|
Description
Diego Pino
2022-02-17 17:46:34 PST
Created attachment 452457 [details]
[fast-cq] Patch
Build error from Debian Stable build bot (https://build.webkit.org/#/builders/46/builds/11343/steps/8/logs/stdio): ../../Source/WebKit/UIProcess/API/APIWebsitePolicies.cpp:62:80: error: no matching function for call to ‘API::WebsitePolicies::setLegacyCustomHeaderFields(WTF::Vector<WTF::Vector<WebCore::HTTPHeaderField>, 0, WTF::CrashOnOverflow, 16, WTF::FastMalloc>)’ policies->setLegacyCustomHeaderFields(Vector { m_legacyCustomHeaderFields }); ^ In file included from ../../Source/WebKit/UIProcess/API/APIWebsitePolicies.cpp:27, from DerivedSources/WebKit/unified-sources/UnifiedSource-88d1702b-13.cpp:2: ../../Source/WebKit/UIProcess/API/APIWebsitePolicies.h:81:10: note: candidate: ‘void API::WebsitePolicies::setLegacyCustomHeaderFields(WTF::Vector<WebCore::HTTPHeaderField>&&)’ void setLegacyCustomHeaderFields(Vector<WebCore::HTTPHeaderField>&& fields) { m_legacyCustomHeaderFields = WTFMove(fields); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Committed r290106 (247452@main): <https://commits.webkit.org/247452@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 452457 [details]. |