[webkit-reviews] review granted: [Bug 129437] [iOS] selectionImageForcingBlackText should return autoreleased object : [Attachment 225495] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 1 13:02:34 PST 2014


Darin Adler <darin at apple.com> has granted Pratik Solanki <psolanki at apple.com>'s
request for review:
Bug 129437: [iOS] selectionImageForcingBlackText should return autoreleased
object
https://bugs.webkit.org/show_bug.cgi?id=129437

Attachment 225495: Patch
https://bugs.webkit.org/attachment.cgi?id=225495&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=225495&action=review


> Source/WebCore/bindings/objc/DOM.mm:615
> +    return dragImage ? (CGImageRef)(CFAutorelease(dragImage)) : nil;

No need for these extra parentheses here.


More information about the webkit-reviews mailing list