[webkit-reviews] review granted: [Bug 171831] Modernize WebKit2 code : [Attachment 309416] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 8 14:54:33 PDT 2017


Chris Dumez <cdumez at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 171831: Modernize WebKit2 code
https://bugs.webkit.org/show_bug.cgi?id=171831

Attachment 309416: Patch

https://bugs.webkit.org/attachment.cgi?id=309416&action=review




--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 309416
  --> https://bugs.webkit.org/attachment.cgi?id=309416
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=309416&action=review

r=me

> Source/WebKit2/UIProcess/WebPageProxy.cpp:3045
> +    Function<void(CallbackBase::Error)> didForceRepaintCallback = [this,
callback = WTFMove(callback)](CallbackBase::Error error) mutable {

Could use auto no ?


More information about the webkit-reviews mailing list