WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
313990
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-05-04 10:22:35 PDT
<
rdar://problem/176190924
>
Kai Tamkun
Comment 2
2026-05-04 10:24:28 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/64183
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.
Top of Page
Format For Printing
XML
Clone This Bug