[webkit-changes] [WebKit/WebKit] 3a123f: Unreviewed, fix the Mac Catalyst build after 27658...
Wenson Hsieh
noreply at github.com
Sat Mar 23 13:08:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3a123fd1d8e2c2e22fc9fe77c724a650f2404d92
https://github.com/WebKit/WebKit/commit/3a123fd1d8e2c2e22fc9fe77c724a650f2404d92
Author: Wenson Hsieh <wenson_hsieh at apple.com>
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 at 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
More information about the webkit-changes
mailing list