Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3a123fd1d8e2c2e22fc9fe77c724a650f2404d92
      
https://github.com/WebKit/WebKit/commit/3a123fd1d8e2c2e22fc9fe77c724a650f2404d92
  Author: Wenson Hsieh <[email protected]>
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
    M Source/WebCore/platform/ios/PlatformPasteboardIOS.mm

  Log Message:
  -----------
  Unreviewed, fix the Mac Catalyst build after 276581@main

Explicitly cast to `UIPasteboard`, so that the Catalyst WebCore build (that has 
declarations for
both `+[NSPasteboard generalPasteboard]` from AppKit as well as `+[UIPasteboard 
generalPasteboard]`
from UIKit) won't get confused.

* Source/WebCore/platform/ios/PlatformPasteboardIOS.mm:
(WebCore::generalUIPasteboard):
(WebCore::PlatformPasteboard::PlatformPasteboard):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to