[webkit-reviews] review granted: [Bug 129030] [WK2] IPC callback classes should not be tightly coupled to C API : [Attachment 224599] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 19 16:44:58 PST 2014


Anders Carlsson <andersca at apple.com> has granted Alexey Proskuryakov
<ap at webkit.org>'s request for review:
Bug 129030: [WK2] IPC callback classes should not be tightly coupled to C API
https://bugs.webkit.org/show_bug.cgi?id=129030

Attachment 224599: proposed patch
https://bugs.webkit.org/attachment.cgi?id=224599&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=224599&action=review


> Source/WebKit2/UIProcess/WebPageProxy.h:233
> +    typedef std::function<void(bool, const WebCore::IntPoint&, uint32_t,
uint32_t, uint32_t)> CallbackFunction;

Missing space between void and (


More information about the webkit-reviews mailing list