RESOLVED WONTFIX265731
Add utility function to convert to RenderPtr easily
https://bugs.webkit.org/show_bug.cgi?id=265731
Summary Add utility function to convert to RenderPtr easily
Tim Nguyen (:ntim)
Reported 2023-12-02 15:48:43 PST
The only way right now is to do: `unique_ptr<WebCore::RenderObject, RenderObjectDeleter> { ... }` which is quite long.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-09 15:49:14 PST
Tim Nguyen (:ntim)
Comment 2 2024-01-29 11:32:13 PST
Maybe we don't want this, RenderPtrs are supposed to be unique, so we don't want an easy constructor for this
Note You need to log in before you can comment on or make changes to this bug.