...
<rdar://problem/106214366>
Pull request: https://github.com/WebKit/WebKit/pull/11033
Committed 261225@main (c4ee0780b398): <https://commits.webkit.org/261225@main> Reviewed commits have been landed. Closing PR #11033 and removing active labels.
After this patch, I'm getting the following build error in WinCairo: ``` 57>WebPage.obj : error LNK2019: unresolved external symbol "public: virtual __cdecl WebKit::WebChromeClient::~WebChromeClient(void)" (??1WebChromeClient@WebKit@@UEAA@XZ) referenced in function "public: virtual void * __cdecl WebKit::WebChromeClient::`scalar deleting destructor'(unsigned int)" (??_GWebChromeClient@WebKit@@UEAAPEAXI@Z) ``` Apparently WinCairo build bot hasn't detected this build error. https://build.webkit.org/#/builders/731 I'm doing a clean build. I wonder whether a clean build in the CI bot may trigger the issue. My environment is: - OS: Windows10. - Compiler: Microsoft Visual Studio 2022.
Re-opening for pull request https://github.com/webkit/webkit/pull/11148
Committed 261327@main (89cc5666c25a): <https://commits.webkit.org/261327@main> Reviewed commits have been landed. Closing PR #11148 and removing active labels.