[webkit-reviews] review requested: [Bug 173660] Allow constructing a WTF:Function from a function pointer : [Attachment 313552] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 21 15:25:09 PDT 2017


Chris Dumez <cdumez at apple.com> has asked  for review:
Bug 173660: Allow constructing a WTF:Function from a function pointer
https://bugs.webkit.org/show_bug.cgi?id=173660

Attachment 313552: Patch

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




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

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

> Source/WebCore/page/Page.cpp:284
> +	  
networkStateNotifier().addNetworkStateChangeListener(WTF::Function<void (bool)>
{ networkStateChanged });

Somehow Windows requires the explicit WTF::Function<void (bool)> { } here.


More information about the webkit-reviews mailing list