RESOLVED FIXED313990
Fix C++ mistakes in Introduction.md
https://bugs.webkit.org/show_bug.cgi?id=313990
Summary Fix C++ mistakes in Introduction.md
Kai Tamkun
Reported 2026-05-04 10:22:23 PDT
Some of Introduction.md's C++ examples use private inheritance of classes like RefCounted and CanMakeWeakPtr, but these classes need to be inherited publicly. To avoid confusion, the examples should be updated to use public inheritance.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-04 10:22:35 PDT
Kai Tamkun
Comment 2 2026-05-04 10:24:28 PDT
EWS
Comment 3 2026-05-05 10:51:46 PDT
Committed 312625@main (5f2af35377cd): <https://commits.webkit.org/312625@main> Reviewed commits have been landed. Closing PR #64183 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.