[webkit-changes] [WebKit/WebKit] 4965e0: Remove WTF::protocolIsInFTPFamily()

Anne van Kesteren noreply at github.com
Thu May 25 23:01:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4965e0e6693413d4942c38b6fae149c0b9d15017
      https://github.com/WebKit/WebKit/commit/4965e0e6693413d4942c38b6fae149c0b9d15017
  Author: Anne van Kesteren <annevk at annevk.nl>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M Source/WTF/wtf/URL.cpp
    M Source/WTF/wtf/URL.h

  Log Message:
  -----------
  Remove WTF::protocolIsInFTPFamily()
https://bugs.webkit.org/show_bug.cgi?id=257337
rdar://109841524

Reviewed by Alex Christensen.

Implement URL::protocolIsInFTPFamily() directly in terms of
URL::protocolIs() instead.

* Source/WTF/wtf/URL.cpp:
(WTF::URL::protocolIsInFTPFamily const): Deleted.
(WTF::protocolIsInFTPFamily): Deleted.
* Source/WTF/wtf/URL.h:
(WTF::URL::protocolIsAbout const):
(WTF::URL::protocolIsInFTPFamily const):
(WTF::URL::protocolIsInHTTPFamily const):

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




More information about the webkit-changes mailing list