Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5e892b68979933e137dffd95006f525de8856a3f
https://github.com/WebKit/WebKit/commit/5e892b68979933e137dffd95006f525de8856a3f
Author: Keith Miller <[email protected]>
Date: 2026-05-05 (Tue, 05 May 2026)
Changed paths:
M Source/JavaScriptCore/runtime/JSBoundFunction.h
Log Message:
-----------
[JSC] JSBoundFunction::forEachBoundArg should be marked inline
https://bugs.webkit.org/show_bug.cgi?id=314111
rdar://176284750
Reviewed by Yijia Huang.
* Source/JavaScriptCore/runtime/JSBoundFunction.h:
Mark forEachBoundArg declaration as `inline` so any TU that doesn't
contain the Inlines header fails before the linker.
Canonical link: https://commits.webkit.org/312636@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications