[webkit-dev] Stop Using Raw Pointers & References in New Code

Michael Catanzaro mcatanzaro at redhat.com
Tue Jan 24 06:52:29 PST 2023


Hm, I see you're right because CheckedRef/CheckedPtr are intrusive 
pointers that require modification of the type to be pointed to, so 
they are not going to work in general as they cannot be used for types 
that do not inherit from CanMakeCheckedRef/CanMakeCheckedPtr.




More information about the webkit-dev mailing list