RESOLVED FIXED 229328
Make ptrTagName and tagForPtr WTF_EXPORT_PRIVATE.
https://bugs.webkit.org/show_bug.cgi?id=229328
Summary Make ptrTagName and tagForPtr WTF_EXPORT_PRIVATE.
Mark Lam
Reported 2021-08-20 02:04:57 PDT
If ptrTagName and tagForPtr are defined, make them WTF_EXPORT_PRIVATE instead of static functions. This allows us to call them from the debugger during interactive debugging sessions.
Attachments
proposed patch. (2.08 KB, patch)
2021-08-20 02:09 PDT, Mark Lam
no flags
Mark Lam
Comment 1 2021-08-20 02:09:17 PDT
Created attachment 435956 [details] proposed patch.
Radar WebKit Bug Importer
Comment 2 2021-08-20 02:09:48 PDT
Yusuke Suzuki
Comment 3 2021-08-20 02:16:42 PDT
Comment on attachment 435956 [details] proposed patch. r=me
Mark Lam
Comment 4 2021-08-20 08:24:12 PDT
Comment on attachment 435956 [details] proposed patch. Thanks for the review. Landing now.
EWS
Comment 5 2021-08-20 08:56:14 PDT
Committed r281318 (240735@main): <https://commits.webkit.org/240735@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 435956 [details].
Note You need to log in before you can comment on or make changes to this bug.