[Webkit-unassigned] [Bug 90640] Reproducible crasher when pasting a 0x0 image into Mail

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


https://bugs.webkit.org/show_bug.cgi?id=90640


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #151002|review?                     |review-
               Flag|                            |




--- Comment #6 from Sam Weinig <sam at webkit.org>  2012-07-05 17:03:37 PST ---
(From update of attachment 151002)
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().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list