[webkit-changes] [WebKit/WebKit] 3a16ff: Fix iOS 16 build error in TestWKWebView

Elliott Williams noreply at github.com
Wed Sep 14 16:33:13 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3a16ff115f0f06615588db5e534edfe70b6c3cb6
      https://github.com/WebKit/WebKit/commit/3a16ff115f0f06615588db5e534edfe70b6c3cb6
  Author: Elliott Williams <emw at apple.com>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

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

  Log Message:
  -----------
  Fix iOS 16 build error in TestWKWebView

Unreviewed build fix.

Add missing conformance to _UITextSearching to TestWKWebKiew. Fixes
open-source-only build errors like:

  error: 'TestWKWebView' may not respond to 'didBeginTextSearchOperation' [-Werror]
  error: 'TestWKWebView' may not respond to 'didEndTextSearchOperation' [-Werror]
  error: 'TestWKWebView' may not respond to 'didBeginTextSearchOperation' [-Werror]

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

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




More information about the webkit-changes mailing list