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

Description Diego Pino 2022-02-17 17:46:34 PST
[GTK] Debian Stable build is broken after r290026
Comment 1 Diego Pino 2022-02-17 17:47:32 PST
Created attachment 452457 [details]
[fast-cq] Patch
Comment 2 Diego Pino 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); }
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
Comment 3 EWS 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].
Comment 4 Radar WebKit Bug Importer 2022-02-17 19:33:36 PST
<rdar://problem/89123005>