[webkit-changes] [WebKit/WebKit] 60e1fb: Use instancesRespondToSelector instead of responds...

J Pascoe noreply at github.com
Tue Nov 1 16:00:53 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 60e1fb82eaf0180bbcfa24ac8268f818ef7de5f5
      https://github.com/WebKit/WebKit/commit/60e1fb82eaf0180bbcfa24ac8268f818ef7de5f5
  Author: J Pascoe <j_pascoe at apple.com>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M Source/WebKit/UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm

  Log Message:
  -----------
  Use instancesRespondToSelector instead of respondsToSelector for checking if Managed Domains SPI exists.
https://bugs.webkit.org/show_bug.cgi?id=247323
rdar://101812900

Reviewed by Wenson Hsieh.

* Source/WebKit/UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm:
(WebKit::WebsiteDataStore::initializeManagedDomains):
This needs instancesRespondToSelector as we provide it a class.

Tested via manually installing profile on iOS device.

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




More information about the webkit-changes mailing list