[webkit-changes] [WebKit/WebKit] 8280d5: Stop importing <UIKit/UIDragging.h> when using the...

Wenson Hsieh noreply at github.com
Sat Feb 4 19:05:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8280d561d0d8991d39010c2e60a1b5eaee0c75cc
      https://github.com/WebKit/WebKit/commit/8280d561d0d8991d39010c2e60a1b5eaee0c75cc
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2023-02-04 (Sat, 04 Feb 2023)

  Changed paths:
    M Source/WebKit/Platform/spi/ios/UIKitSPI.h

  Log Message:
  -----------
  Stop importing <UIKit/UIDragging.h> when using the Apple internal SDK
https://bugs.webkit.org/show_bug.cgi?id=251745
rdar://103142281

Reviewed by Aditya Keerthi.

Stop importing this header; there's nothing in this header that we need anymore, which isn't already
covered by including `UIDragInteraction.h` or `UIDropInteraction.h`.

* Source/WebKit/Platform/spi/ios/UIKitSPI.h:

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




More information about the webkit-changes mailing list