[webkit-changes] [WebKit/WebKit] a68943: Fix the PaymentAuthorizationController.mm build

Tim Horton noreply at github.com
Tue Apr 18 15:02:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a6894368acbe311a98b736f82d8306231aa37f1d
      https://github.com/WebKit/WebKit/commit/a6894368acbe311a98b736f82d8306231aa37f1d
  Author: Tim Horton <timothy_horton at apple.com>
  Date:   2023-04-18 (Tue, 18 Apr 2023)

  Changed paths:
    M Source/WebKit/Platform/ios/PaymentAuthorizationController.mm

  Log Message:
  -----------
  Fix the PaymentAuthorizationController.mm build
https://bugs.webkit.org/show_bug.cgi?id=255623
rdar://107734780

Unreviewed build fix.

* Source/WebKit/Platform/ios/PaymentAuthorizationController.mm:
(-[WKPaymentAuthorizationControllerDelegate presentationWindowForPaymentAuthorizationController:]):
This method has been required for a while, but only started causing trouble recently.
Regardless, we do not have a window to return, since this is running in the Networking process.

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




More information about the webkit-changes mailing list