Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e8002401c67d6d51017851e9d9b2004ab82d671f
      
https://github.com/WebKit/WebKit/commit/e8002401c67d6d51017851e9d9b2004ab82d671f
  Author: Adrian Taylor <[email protected]>
  Date:   2025-11-19 (Wed, 19 Nov 2025)

  Changed paths:
    M Source/WTF/wtf/Compiler.h
    M Source/WebKit/UIProcess/AuxiliaryProcessProxy.h
    M Source/cmake/WebKitCompilerFlags.cmake

  Log Message:
  -----------
  Mark AuxiliaryProcessProxy::fromConnection as nullable
https://bugs.webkit.org/show_bug.cgi?id=302643
rdar://164887710

Reviewed by Geoffrey Garen.

This marks this API as returning a value which may potentially be null. This is
necessary for Swift/C++ interoperability to work properly; for our current
prototypes of a CoreIPC message receiver in Swift it's the only such API which
needs to be so annotated.

This suppresses a related warning in cmake builds which is already suppressed
in Xcode builds.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to