Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d8f4d32718c7bbb88bd980ecc45311e4e7f93983
      
https://github.com/WebKit/WebKit/commit/d8f4d32718c7bbb88bd980ecc45311e4e7f93983
  Author: Fujii Hironori <[email protected]>
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
    M Source/WebKit/Platform/IPC/Attachment.h

  Log Message:
  -----------
  REGRESSION(273876@main): [Win] Received invalid message: 
'WebProcess_InitializeWebProcess'
https://bugs.webkit.org/show_bug.cgi?id=268531

Unreviewed crash fix for Windows port.

Becuase Windows port doesn't use IPC::Attachment, IPC::Attachment was
defined as an alias to int on Windows. After 273876@main added a
encoder and decoder for IPC::Attachment, all int value were encoded as
IPC::Attachment.

IPC::Attachment should be a unique type.

* Source/WebKit/Platform/IPC/Attachment.h:

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to