Bug 265731
| Summary: | Add utility function to convert to RenderPtr easily | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | Layout and Rendering | Assignee: | 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)
The only way right now is to do: `unique_ptr<WebCore::RenderObject, RenderObjectDeleter> { ... }` which is quite long.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119442270>
Tim Nguyen (:ntim)
Maybe we don't want this, RenderPtrs are supposed to be unique, so we don't want an easy constructor for this