Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a850ff021407f0fd35eaa10dc28d418de27ca7cb https://github.com/WebKit/WebKit/commit/a850ff021407f0fd35eaa10dc28d418de27ca7cb Author: Wenson Hsieh <wenson_hs...@apple.com> Date: 2024-03-22 (Fri, 22 Mar 2024)
Changed paths: M Source/WebKit/UIProcess/Cocoa/TextCheckingController.mm Log Message: ----------- Unreviewed, fix the Mac Catalyst build after 276475@main rdar://125189906 Add a missing `#import "MessageSenderInlines.h"` to fix a linker error that began after unified source ordering caused this Catalyst-specific file to lose the `MessageSender` inlines: ``` Undefined symbols for architecture arm64e: "bool IPC::MessageSender::send<Messages::TextCheckingControllerProxy::ReplaceRelativeToSelection>( … )", referenced from: WebKit::TextCheckingController::replaceRelativeToSelection( … ) in "bool IPC::MessageSender::send<Messages::TextCheckingControllerProxy::RemoveAnnotationRelativeToSelection>( … )", referenced from: WebKit::TextCheckingController::removeAnnotationRelativeToSelection( … ) in ld: symbol(s) not found for architecture arm64e clang++: error: linker command failed with exit code 1 (use -v to see invocation) ``` * Source/WebKit/UIProcess/Cocoa/TextCheckingController.mm: Canonical link: https://commits.webkit.org/276545@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes