Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 89c11845fe738672cbbd3c30e5315bbe32da08a6
https://github.com/WebKit/WebKit/commit/89c11845fe738672cbbd3c30e5315bbe32da08a6
Author: Vassili Bykov <[email protected]>
Date: 2026-01-17 (Sat, 17 Jan 2026)
Changed paths:
M Source/WTF/wtf/InlineASM.h
Log Message:
-----------
Remove the deprecated LOCAL_REFERENCE macro
https://bugs.webkit.org/show_bug.cgi?id=305667
rdar://168325392
Reviewed by Yusuke Suzuki.
The fix for https://bugs.webkit.org/show_bug.cgi?id=305489 renamed the macro
LOCAL_REFERENCE in InlineASM.h to LABEL_REFERENCE because the original name was
misleading
(the reference it was producing was not local). However, the old macro was left
in the
header as deprecated because of a dependency in WebKitAdditions. Now that the
dependency
was updated to use the new name, we can remove the old one.
The patch removes the deprecated macro.
Testing: verified by the build process and existing tests.
Canonical link: https://commits.webkit.org/305764@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications