Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f59056bd04505065b3adf2ba48dc7a9ae2aa43ec
https://github.com/WebKit/WebKit/commit/f59056bd04505065b3adf2ba48dc7a9ae2aa43ec
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2025-08-15 (Fri, 15 Aug 2025)
Changed paths:
M Source/WebCore/page/scrolling/ScrollingTree.h
Log Message:
-----------
Linking failure in RemoteScrollingCoordinatorProxy::hasFixedOrSticky() under
certain configurations
https://bugs.webkit.org/show_bug.cgi?id=297447
rdar://158381182
Unreviewed build fix.
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()`
declaration has hidden visibility. This patch fixes the issue by
applying WEBCORE_EXPORT on the declaration.
* Source/WebCore/page/scrolling/ScrollingTree.h:
Canonical link: https://commits.webkit.org/298759@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes