Bug 236819

Summary: [GTK] Debian Stable build is broken after r290026
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: 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 Flags
[fast-cq] Patch none

Diego Pino
Reported 2022-02-17 17:46:34 PST
[GTK] Debian Stable build is broken after r290026
Attachments
[fast-cq] Patch (1.92 KB, patch)
2022-02-17 17:47 PST, Diego Pino
no flags
Diego Pino
Comment 1 2022-02-17 17:47:32 PST
Created attachment 452457 [details] [fast-cq] Patch
Diego Pino
Comment 2 2022-02-17 17:49:11 PST
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); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~
EWS
Comment 3 2022-02-17 19:32:57 PST
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].
Radar WebKit Bug Importer
Comment 4 2022-02-17 19:33:36 PST
Note You need to log in before you can comment on or make changes to this bug.