RESOLVED FIXED297447
Linking failure in RemoteScrollingCoordinatorProxy::hasFixedOrSticky() under certain configurations
https://bugs.webkit.org/show_bug.cgi?id=297447
Summary Linking failure in RemoteScrollingCoordinatorProxy::hasFixedOrSticky() under ...
Abrar Rahman Protyasha
Reported 2025-08-14 22:42:43 PDT
In some build configurations, the build is broken because the linker cannot find WebCore::ScrollingTree::hasFixedOrSticky(): ``` Undefined symbols for architecture arm64e: "__ZNK7WebCore13ScrollingTree16hasFixedOrStickyEv", referenced from: ¦ ¦ __ZNK6WebKit31RemoteScrollingCoordinatorProxy16hasFixedOrStickyEv in UnifiedSource103.o ld: symbol(s) not found for architecture arm64e ``` ... expectedly so, because the `ScrollingTree::hasFixedOrSticky()` has hidden visibility.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-08-14 22:42:51 PDT
Abrar Rahman Protyasha
Comment 2 2025-08-14 22:45:15 PDT
EWS
Comment 3 2025-08-15 10:21:56 PDT
Committed 298759@main (f59056bd0450): <https://commits.webkit.org/298759@main> Reviewed commits have been landed. Closing PR #49443 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.