Bug 248509 - DECLARE_EXPORT_INFO only usable in JavaScriptCore
Summary: DECLARE_EXPORT_INFO only usable in JavaScriptCore
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-29 17:52 PST by Don Olmstead
Modified: 2022-12-08 12:32 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2022-11-29 17:52:00 PST
There are a number of classes in WebCore which do `class WEBCORE_EXPORT <name>` in order to export `s_info`.

Maybe DECLARE_EXPORT_INFO should be extended to take something other than JS_EXPORT_PRIVATE as the export declaration.
Comment 1 Radar WebKit Bug Importer 2022-12-08 12:32:42 PST
<rdar://problem/103141600>