WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
297447
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-08-14 22:42:51 PDT
<
rdar://problem/158381182
>
Abrar Rahman Protyasha
Comment 2
2025-08-14 22:45:15 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/49443
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.
Top of Page
Format For Printing
XML
Clone This Bug