Bug 265731

Summary: Add utility function to convert to RenderPtr easily
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.