[webkit-changes] [WebKit/WebKit] 489d0a: [IPC] Fix Unix IPC after 254157 at main

Philippe Normand noreply at github.com
Mon Sep 5 05:02:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 489d0a9a5c5b5e910445d16564cfe155020d3057
      https://github.com/WebKit/WebKit/commit/489d0a9a5c5b5e910445d16564cfe155020d3057
  Author: Philippe Normand <philn at igalia.com>
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
    M Source/WebKit/Platform/IPC/unix/ConnectionUnix.cpp

  Log Message:
  -----------
  [IPC] Fix Unix IPC after 254157 at main
https://bugs.webkit.org/show_bug.cgi?id=244800

Reviewed by Adrian Perez de Castro and Carlos Garcia Campos.

Identifier is now a struct wrapping an int on Unix platforms, so threat is as such when connecting
the IPC.

* Source/WebKit/Platform/IPC/unix/ConnectionUnix.cpp:
(IPC::Connection::platformInitialize):

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




More information about the webkit-changes mailing list