Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3be7069ceedd1dc66b204e00d674a96320394fb3
      
https://github.com/WebKit/WebKit/commit/3be7069ceedd1dc66b204e00d674a96320394fb3
  Author: Adrian Taylor <[email protected]>
  Date:   2026-02-05 (Thu, 05 Feb 2026)

  Changed paths:
    M Source/WebKit/UIProcess/WebBackForwardList.swift

  Log Message:
  -----------
  Fix build issue with expose
https://bugs.webkit.org/show_bug.cgi?id=307057
rdar://169702502

Unreviewed build fix.

This removes a function which was annotated with @_expose(!Cxx). This is only
supported by very recent compilers, and it seems that some Apple internal
builds care about compiler versions which:

- do not support this attribute
- do pass the >6.2 compiler version check
- insist on parsing the contents if #if ENABLE_BACK_FORWARD_LIST_SWIFT
  blocks even if that option is not enabled.

Subsequent work will need to reinstate this functionality; if needs be we can
do it in C++ rather than Swift. Its absence will break only local builds which
have ENABLE_BACK_FORWARD_LIST_SWIFT enabled.

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



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

Reply via email to