[webkit-reviews] review granted: [Bug 122827] FileIconLoader should not be ref-counted. : [Attachment 214249] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 15 05:41:04 PDT 2013


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 122827: FileIconLoader should not be ref-counted.
https://bugs.webkit.org/show_bug.cgi?id=122827

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=214249&action=review


> Source/WebCore/html/FileInputType.cpp:349
> +    m_fileIconLoader = std::unique_ptr<FileIconLoader>(new
FileIconLoader(*this));

make_unique?


More information about the webkit-reviews mailing list