Bug 313990
| Summary: | Fix C++ mistakes in Introduction.md | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kai Tamkun <k_tamkun> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kai Tamkun
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
<rdar://problem/176190924>
Kai Tamkun
Pull request: https://github.com/WebKit/WebKit/pull/64183
EWS
Committed 312625@main (5f2af35377cd): <https://commits.webkit.org/312625@main>
Reviewed commits have been landed. Closing PR #64183 and removing active labels.