[webkit-changes] [WebKit/WebKit] d4d043: [iOS 16] Fix the internal build after 254499 at main

Aditya Keerthi noreply at github.com
Thu Sep 15 08:54:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d4d043517f9e74b394d525a3c0d6c9bf7901ec24
      https://github.com/WebKit/WebKit/commit/d4d043517f9e74b394d525a3c0d6c9bf7901ec24
  Author: Aditya Keerthi <akeerthi at apple.com>
  Date:   2022-09-15 (Thu, 15 Sep 2022)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/FindInPage.mm

  Log Message:
  -----------
  [iOS 16] Fix the internal build after 254499 at main
https://bugs.webkit.org/show_bug.cgi?id=245224

Unreviewed build fix.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/FindInPage.mm:

254499 at main declared conformance to `_UITextSearching`, which has the same
method names (but with different parameter types) as `UITextSearching`, causing
build failures due to parameter type mismatches.

To fix, revert 254499 at main, and redeclare the two `_UITextSearching` methods
that are tested in this file.

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




More information about the webkit-changes mailing list