[webkit-changes] [WebKit/WebKit] 426db2: Unreviewed, fix the internal iOS-family build

Wenson Hsieh noreply at github.com
Thu Aug 24 10:54:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 426db20a2f89c9875109e5f95342ac057b2ef689
      https://github.com/WebKit/WebKit/commit/426db20a2f89c9875109e5f95342ac057b2ef689
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2023-08-24 (Thu, 24 Aug 2023)

  Changed paths:
    M Source/WebKit/UIProcess/ios/WKScrollView.mm

  Log Message:
  -----------
  Unreviewed, fix the internal iOS-family build
rdar://114365559

Add a missing `.get()` call when casting a `RetainPtr` to an Objective-C object of a different type;
this now surfaces as a compiler warning in some versions of the iOS SDK.

* Source/WebKit/UIProcess/ios/WKScrollView.mm:
(-[WKScrollViewDelegateForwarder methodSignatureForSelector:]):

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




More information about the webkit-changes mailing list