[webkit-changes] [WebKit/WebKit] a850ff: Unreviewed, fix the Mac Catalyst build after 27647...
Wenson Hsieh
noreply at github.com
Fri Mar 22 08:08:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a850ff021407f0fd35eaa10dc28d418de27ca7cb
https://github.com/WebKit/WebKit/commit/a850ff021407f0fd35eaa10dc28d418de27ca7cb
Author: Wenson Hsieh <wenson_hsieh at 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 at 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
More information about the webkit-changes
mailing list