[Webkit-unassigned] [Bug 167532] New: IconLoadingClient API doesn't work asynchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 27 15:55:56 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=167532

            Bug ID: 167532
           Summary: IconLoadingClient API doesn't work asynchronously
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

IconLoadingClient API doesn't work asynchronously

This is because the WTF::Function is not properly moved into the objective-C block, and in fact it can't be; Blocks must be copyable.

Making it a std::function instead works.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170127/57d29cfb/attachment.html>


More information about the webkit-unassigned mailing list