[webkit-changes] [WebKit/WebKit] d7c801: REGRESSION(261822 at main) unresolved external symbol...

Fujii Hironori noreply at github.com
Sun Mar 19 07:40:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d7c801d7524aed9d7e35291a4c295687a1081ed8
      https://github.com/WebKit/WebKit/commit/d7c801d7524aed9d7e35291a4c295687a1081ed8
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-03-19 (Sun, 19 Mar 2023)

  Changed paths:
    M Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.cpp
    M Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.h
    M Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.messages.in
    M Source/WebKit/WebProcess/GPU/graphics/PrepareBackingStoreBuffersData.h
    M Source/WebKit/WebProcess/GPU/graphics/PrepareBackingStoreBuffersData.serialization.in
    M Source/WebKit/WebProcess/GPU/graphics/RemoteRenderingBackendProxy.cpp
    M Source/WebKit/WebProcess/GPU/graphics/RemoteRenderingBackendProxy.h

  Log Message:
  -----------
  REGRESSION(261822 at main) unresolved external symbol: PrepareBackingStoreBuffersInputData and PrepareBackingStoreBuffersOutputData
https://bugs.webkit.org/show_bug.cgi?id=254133

Unreviewed build fix for WinCairo Debug.
It was failing to link:

> RemoteRenderingBackendMessageReceiver.cpp.obj : error LNK2019: unresolved external symbol
>     "class WTF::TextStream & __cdecl WebKit::operator<<(class WTF::TextStream &,struct WebKit::PrepareBackingStoreBuffersInputData const &)"
>     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 &)"
> RemoteRenderingBackendMessageReceiver.cpp.obj : error LNK2019: unresolved external symbol
>     "class WTF::TextStream & __cdecl WebKit::operator<<(class WTF::TextStream &,struct WebKit::PrepareBackingStoreBuffersOutputData const &)"
>     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 &)"

Conditioned out PrepareBackingStoreBuffersInputData and PrepareBackingStoreBuffersOutputData
with #if ENABLE(GPU_PROCESS) && PLATFORM(COCOA).

* Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.cpp:
* Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.h:
* Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.messages.in:
* Source/WebKit/WebProcess/GPU/graphics/PrepareBackingStoreBuffersData.h:
* Source/WebKit/WebProcess/GPU/graphics/PrepareBackingStoreBuffersData.serialization.in:
* Source/WebKit/WebProcess/GPU/graphics/RemoteRenderingBackendProxy.cpp:
* Source/WebKit/WebProcess/GPU/graphics/RemoteRenderingBackendProxy.h:

Canonical link: https://commits.webkit.org/261837@main




More information about the webkit-changes mailing list