[webkit-reviews] review denied: [Bug 90640] Reproducible crasher when pasting a 0x0 image into Mail : [Attachment 151002] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 5 17:03:37 PDT 2012


Sam Weinig <sam at webkit.org> has denied Alice Cheng <alice_cheng at apple.com>'s
request for review:
Bug 90640: Reproducible crasher when pasting a 0x0 image into Mail
https://bugs.webkit.org/show_bug.cgi?id=90640

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

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=151002&action=review


> Source/WebCore/platform/mac/PasteboardMac.mm:372
> +    if(!resource.get())
> +	   return 0;

You need a space in between if and ( and you don't need to call .get().


More information about the webkit-reviews mailing list