[Webkit-unassigned] [Bug 132825] WinCairo buildfix after r168611

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 12 09:26:39 PDT 2014


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





--- Comment #2 from peavo at outlook.com  2014-05-12 09:26:59 PST ---
callOnMainThread takes a function parameter:

void callOnMainThread(std::function<void ()>);

I think you have to do something like:

callOnMainThread(MainThreadTask(CurlDownload::downloadFinishedCallback, download));

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list