[webkit-reviews] review granted: [Bug 66191] Fix incorrect objective-c initialize in WebCore : [Attachment 103864] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 13 11:45:56 PDT 2011


David Kilzer (ddkilzer) <ddkilzer at webkit.org> has granted Sam Weinig
<sam at webkit.org>'s request for review:
Bug 66191: Fix incorrect objective-c initialize in WebCore
https://bugs.webkit.org/show_bug.cgi?id=66191

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

------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at webkit.org>
r=me

It's more straightforward if you do this anyway:

self = [super init];
if (!self)
    return nil;


More information about the webkit-reviews mailing list