Bug 236819 - [GTK] Debian Stable build is broken after r290026
Summary: [GTK] Debian Stable build is broken after r290026
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Diego Pino
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-17 17:46 PST by Diego Pino
Modified: 2022-02-17 19:33 PST (History)
1 user (show)

See Also:


Attachments
[fast-cq] Patch (1.92 KB, patch)
2022-02-17 17:47 PST, Diego Pino
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>