[webkit-reviews] review granted: [Bug 28498] Replace many manually-released CFTypeRefs with RetainPtrs : [Attachment 35214] Replace many manually-released CFTypeRefs with RetainPtrs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 20 12:09:43 PDT 2009


Geoffrey Garen <ggaren at apple.com> has granted mitz at webkit.org's request for
review:
Bug 28498: Replace many manually-released CFTypeRefs with RetainPtrs
https://bugs.webkit.org/show_bug.cgi?id=28498

Attachment 35214: Replace many manually-released CFTypeRefs with RetainPtrs
https://bugs.webkit.org/attachment.cgi?id=35214&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
Yay!

+    static CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();

static instead of RetainPtr here? Is this an expensive call or something?


More information about the webkit-reviews mailing list