[webkit-reviews] review granted: [Bug 38982] [Chromium] WebKit API: Support icon loading for <input type=file> : [Attachment 79703] Patch 7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 09:46:16 PST 2011


Darin Fisher (:fishd, Google) <fishd at chromium.org> has granted Kent Tamura
<tkent at chromium.org>'s request for review:
Bug 38982: [Chromium] WebKit API: Support icon loading for <input type=file>
https://bugs.webkit.org/show_bug.cgi?id=38982

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

------- Additional Comments from Darin Fisher (:fishd, Google)
<fishd at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=79703&action=review

> Source/WebKit/chromium/src/WebIconLoadingCompletionImpl.cpp:52
> +	   RefPtr<WebCore::Image> image = WebCore::BitmapImage::create();

nit: I recommend a 'using namespace WebCore' up top, so you can ditch the
WebCore::

> Source/WebKit/chromium/src/WebIconLoadingCompletionImpl.h:47
> +    ~WebIconLoadingCompletionImpl();

nit: I think the destructor here can be private.


More information about the webkit-reviews mailing list