Bug 254133

Summary: REGRESSION(261822@main) unresolved external symbol: PrepareBackingStoreBuffersInputData and PrepareBackingStoreBuffersOutputData
Product: WebKit Reporter: Fujii Hironori <Hironori.Fujii>
Component: WebKit2Assignee: Fujii Hironori <Hironori.Fujii>
Status: RESOLVED FIXED    
Severity: Normal CC: kkinnunen, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Fujii Hironori 2023-03-19 06:14:00 PDT
REGRESSION(261822@main) unresolved external symbol: PrepareBackingStoreBuffersInputData and PrepareBackingStoreBuffersOutputData

WinCairo Debug is failing to link.

https://build.webkit.org/#/builders/729/builds/3137

RemoteRenderingBackendMessageReceiver.cpp.obj : error LNK2019: unresolved external symbol "class WTF::TextStream & __cdecl WebKit::operator<<(class WTF::TextStream &,struct WebKit::PrepareBackingStoreBuffersInputData const &)" (??6WebKit@@YAAEAVTextStream@WTF@@AEAV12@AEBUPrepareBackingStoreBuffersInputData@0@@Z) referenced in function "class WTF::TextStream & __cdecl WTF::operator<<<struct WebKit::PrepareBackingStoreBuffersInputData,0>(class WTF::TextStream &,class WTF::Vector<struct WebKit::PrepareBackingStoreBuffersInputData,0,class WTF::CrashOnOverflow,16,struct WTF::FastMalloc> const &)" (??$?6UPrepareBackingStoreBuffersInputData@WebKit@@$0A@@WTF@@YAAEAVTextStream@0@AEAV10@AEBV?$Vector@UPrepareBackingStoreBuffersInputData@WebKit@@$0A@VCrashOnOverflow@WTF@@$0BA@UFastMalloc@4@@0@@Z)
UnifiedSource-54928a2b-3.cpp.obj : error LNK2001: unresolved external symbol "class WTF::TextStream & __cdecl WebKit::operator<<(class WTF::TextStream &,struct WebKit::PrepareBackingStoreBuffersInputData const &)" (??6WebKit@@YAAEAVTextStream@WTF@@AEAV12@AEBUPrepareBackingStoreBuffersInputData@0@@Z)
RemoteRenderingBackendMessageReceiver.cpp.obj : error LNK2019: unresolved external symbol "class WTF::TextStream & __cdecl WebKit::operator<<(class WTF::TextStream &,struct WebKit::PrepareBackingStoreBuffersOutputData const &)" (??6WebKit@@YAAEAVTextStream@WTF@@AEAV12@AEBUPrepareBackingStoreBuffersOutputData@0@@Z) referenced in function "class WTF::TextStream & __cdecl WTF::operator<<<struct WebKit::PrepareBackingStoreBuffersOutputData,0>(class WTF::TextStream &,class WTF::Vector<struct WebKit::PrepareBackingStoreBuffersOutputData,0,class WTF::CrashOnOverflow,16,struct WTF::FastMalloc> const &)" (??$?6UPrepareBackingStoreBuffersOutputData@WebKit@@$0A@@WTF@@YAAEAVTextStream@0@AEAV10@AEBV?$Vector@UPrepareBackingStoreBuffersOutputData@WebKit@@$0A@VCrashOnOverflow@WTF@@$0BA@UFastMalloc@4@@0@@Z)
UnifiedSource-54928a2b-3.cpp.obj : error LNK2001: unresolved external symbol "class WTF::TextStream & __cdecl WebKit::operator<<(class WTF::TextStream &,struct WebKit::PrepareBackingStoreBuffersOutputData const &)" (??6WebKit@@YAAEAVTextStream@WTF@@AEAV12@AEBUPrepareBackingStoreBuffersOutputData@0@@Z)
Comment 1 Fujii Hironori 2023-03-19 06:20:34 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11695
Comment 2 EWS 2023-03-19 07:40:13 PDT
Committed 261837@main (d7c801d7524a): <https://commits.webkit.org/261837@main>

Reviewed commits have been landed. Closing PR #11695 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-19 07:41:17 PDT
<rdar://problem/106914157>
Comment 4 Simon Fraser (smfr) 2023-03-21 10:26:44 PDT
Sorry for the breakage. This code is not well covered by platform defines.