[webkit-changes] [WebKit/WebKit] 4129d2: Fix OS availability version for WKUIDelegate.showL...

Chris Dumez noreply at github.com
Mon Jan 6 11:00:02 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4129d28def359eff0b5300c6aef8a76c90dd14fa
      https://github.com/WebKit/WebKit/commit/4129d28def359eff0b5300c6aef8a76c90dd14fa
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2025-01-06 (Mon, 06 Jan 2025)

  Changed paths:
    M Source/WebKit/UIProcess/API/Cocoa/WKUIDelegate.h

  Log Message:
  -----------
  Fix OS availability version for WKUIDelegate.showLockdownModeFirstUseMessage
https://bugs.webkit.org/show_bug.cgi?id=285440
rdar://140195232

Reviewed by Ben Nham.

https://commits.webkit.org/252700@main added this API in iOS 16.0 but
got the availability macro wrong and marked it as available in iOS 13.0.
It was also inconsistent since this API relies on the WKDialogResult type,
which is marked as available only in iOS 16.0.

* Source/WebKit/UIProcess/API/Cocoa/WKUIDelegate.h:

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



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


More information about the webkit-changes mailing list