[webkit-changes] [WebKit/WebKit] 950330: REGRESSION(263570 at main) [Win] Connection.cpp: erro...

Fujii Hironori noreply at github.com
Tue May 2 00:16:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 950330ee0ccbf32f27b3f1a19f6401bc39cd4ccb
      https://github.com/WebKit/WebKit/commit/950330ee0ccbf32f27b3f1a19f6401bc39cd4ccb
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-05-02 (Tue, 02 May 2023)

  Changed paths:
    M Source/WebKit/Platform/IPC/Connection.cpp

  Log Message:
  -----------
  REGRESSION(263570 at main) [Win] Connection.cpp: error C2121: '#': invalid character: possibly the result of a macro expansion
https://bugs.webkit.org/show_bug.cgi?id=256181

Unreviewed build fix for Windows port.

> WebKit/Platform/IPC/Connection.cpp(577): error C2121: '#': invalid character: possibly the result of a macro expansion

* Source/WebKit/Platform/IPC/Connection.cpp:
(IPC::Connection::sendMessage):
Don't use #if in RELEASE_LOG_ERROR.

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




More information about the webkit-changes mailing list