Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 36403ca6284947f3012f02fe321ddc8b9e3ea95c
https://github.com/WebKit/WebKit/commit/36403ca6284947f3012f02fe321ddc8b9e3ea95c
Author: Kiet Ho <[email protected]>
Date: 2026-08-04 (Tue, 04 Aug 2026)
Changed paths:
M Source/WTF/wtf/StackBounds.h
Log Message:
-----------
Make StackBounds::currentThreadStackBoundsInternal WTF_EXPORT_PRIVATE
rdar://184018632
https://bugs.webkit.org/show_bug.cgi?id=320986
Reviewed by Yusuke Suzuki.
CMake macOS builds are failing with the following error:
Undefined symbols for architecture arm64e:
"WTF::StackBounds::currentThreadStackBoundsInternal()", referenced from:
WTF::StackBounds::currentThreadStackBounds() in
WebCoreJSBindings_pch_obj.cpp.o
318534@main removes the WTF_EXPORT_PRIVATE annotation from
StackBounds::currentThreadStackBoundsInternal, which I assume leads
to the undefined symbol, since the method no longer gets exported.
Fix the build by exporting it again.
* Source/WTF/wtf/StackBounds.h:
Canonical link: https://commits.webkit.org/318549@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications