[webkit-reviews] review granted: [Bug 56887] Add asynchronous load decision call to WebKit2 IconDatabase : [Attachment 86555] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 23 10:08:04 PDT 2011


Sam Weinig <sam at webkit.org> has granted Brady Eidson <beidson at apple.com>'s
request for review:
Bug 56887: Add asynchronous load decision call to WebKit2 IconDatabase
https://bugs.webkit.org/show_bug.cgi?id=56887

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

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=86555&action=review

> Source/WebKit2/UIProcess/WebIconDatabase.cpp:97
> +   
m_webContext->process()->send(Messages::WebIconDatabaseProxy::ReceivedIconLoadD
ecision((int)WebCore::IconLoadNo, callbackID), 0);

Please use a static_cast.


More information about the webkit-reviews mailing list