Bug 43709
| Summary: | Implement WebPrivateOwnPtr in chromium. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hans Wennborg <hans> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Minor | ||
| Priority: | P3 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Hans Wennborg
WebPrivatePtr works with refcounted types. It would be useful to have something that works with pointers that are not refcounted, like WTF's OwnPtr.
Rename WebPrivatePtr to WebPrivateRefPtr, and add a new class WebPrivateOwnPtr (or maybe just WebOwnPtr).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Hans Wennborg
Marcus did this as part of Bug 43276. Closing.