[webkit-reviews] review granted: [Bug 121945] Fix ordered comparison warnings in BitmapImage::drawPattern : [Attachment 212676] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 26 09:26:29 PDT 2013


Darin Adler <darin at apple.com> has granted Seokju Kwon <seokju at webkit.org>'s
request for review:
Bug 121945: Fix ordered comparison warnings in BitmapImage::drawPattern
https://bugs.webkit.org/show_bug.cgi?id=121945

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

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


> Source/WebCore/platform/graphics/BitmapImage.cpp:509
> +	   ASSERT(buffer.get());

ASSERT(buffer) should work without the get().


More information about the webkit-reviews mailing list