[webkit-changes] [WebKit/WebKit] 6e2912: REGRESSION(272224 at main): [Win] ERROR: Received an ...

Fujii Hironori noreply at github.com
Mon Dec 18 18:17:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6e291227dab70f63312aeacb9a17ac31d54695a1
      https://github.com/WebKit/WebKit/commit/6e291227dab70f63312aeacb9a17ac31d54695a1
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
    M Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp

  Log Message:
  -----------
  REGRESSION(272224 at main): [Win] ERROR: Received an invalid message 'GPUConnectionToWebProcess_CreateRenderingBackend' from WebContent process 10, requesting for it to be terminated.
https://bugs.webkit.org/show_bug.cgi?id=266597

Unreviewed crash fix for Windows port.

After 272224 at main changed DrawingArea creation time,
RemoteImageBufferSetProxy wasn't properly constructed in DrawingAreaWC
constructor. Creating a RemoteImageBufferSetProxy should be deferred.

* Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp:

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




More information about the webkit-changes mailing list