Bug 304646

Summary: Remove the need to explicitly pass a EXPORT macro to TZONE_ALLOCATED_EXPORT macros.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED INVALID    
Severity: Normal CC: commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 304664    
Bug Blocks:    

Mark Lam
Reported 2025-12-23 09:08:21 PST
The needed EXPORT macro is always satisfied by WTF_EXPORT_PRIVATE. All the variants that are passed in ultimately maps to same underlying macros as WTF_EXPORT_PRIVATE anyway. Hence, we can remove this bit of unnecessary friction.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-12-23 09:08:48 PST
Mark Lam
Comment 2 2025-12-23 09:22:52 PST
EWS
Comment 3 2025-12-23 13:53:04 PST
Committed 304910@main (d65c13db1fdf): <https://commits.webkit.org/304910@main> Reviewed commits have been landed. Closing PR #55831 and removing active labels.
WebKit Commit Bot
Comment 4 2025-12-23 19:28:59 PST
Re-opened since this is blocked by bug 304664
Mark Lam
Comment 5 2025-12-23 19:36:59 PST
Turns out, we can't just use WTF_EXPORT_PRIVATE in JSC, WebCore, and other higher layers. So, this bug / request is invalid to begin with.
Note You need to log in before you can comment on or make changes to this bug.