[webkit-reviews] review granted: [Bug 173583] Use WTF::Function instead of std::function in more places in WebCore/ : [Attachment 313429] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 20 16:12:48 PDT 2017


Darin Adler <darin at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 173583: Use WTF::Function instead of std::function in more places in
WebCore/
https://bugs.webkit.org/show_bug.cgi?id=173583

Attachment 313429: Patch

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




--- Comment #17 from Darin Adler <darin at apple.com> ---
Comment on attachment 313429
  --> https://bugs.webkit.org/attachment.cgi?id=313429
Patch

Should do more #pragma once as you go.

Annoying that we can’t just pass a C++ function to WTF::Function. Not sure I
understand why.


More information about the webkit-reviews mailing list