Bug 97039
| Summary: | ImageDecoder::create should return PassOwnPtr | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hin-Chung Lam <hclam> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | abarth, hclam |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Hin-Chung Lam
ImageDecoder::create has platform specific implementations and return a raw pointer. It should return a PassOwnPtr<ImageDecoder>.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |