[webkit-reviews] review granted: [Bug 28751] Misc. small image system cleanups : [Attachment 38694] Clean up ImageSource.* in preparation for more fixes on bug 27965

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 16:05:29 PDT 2009


Eric Seidel <eric at webkit.org> has granted Peter Kasting <pkasting at google.com>'s
request for review:
Bug 28751: Misc. small image system cleanups
https://bugs.webkit.org/show_bug.cgi?id=28751

Attachment 38694: Clean up ImageSource.* in preparation for more fixes on bug
27965
https://bugs.webkit.org/attachment.cgi?id=38694&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
+    return m_decoder ? m_decoder->isSizeAvailable() : false;
return m_decoder && m_decoder->isSizeAvailable();
is how I would write that.

Looks OK.


More information about the webkit-reviews mailing list