Revert "Replace WTF::Function with base::OnceCallback."
This reverts commit d298a4dd. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 521649 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2QyOThhNGRkNzMyZjA5YzlhMWMzMDZhMjA2NTA3YzEyM2EzNzYxZTIM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.chrome/Google%20Chrome%20Linux%20x64/24801 Original change's description: > Replace WTF::Function with base::OnceCallback. > > This patch makes WTF::Function an alias of base::OnceCallback. After > this, all the single-threaded callbacks in Blink will become base > callbacks. > > This patch doesn't remove the WTF::Funtion type nor ConvertToBase- > Callback() function. The use sites of those names will be removed > individually. > > Bug: 771087 > Change-Id: I15e7758c29bb9f63b7db7ad7aba6c9cb2d9ae7d1 > Reviewed-on: https://chromium-review.googlesource.com/807672 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Taiju Tsuiki <tzik@chromium.org> > Commit-Queue: Yuta Kitamura <yutak@chromium.org> > Cr-Commit-Position: refs/heads/master@{#521649} Change-Id: I60fec5e188923122bb3b090acc49cfd0f0363df1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 771087 Reviewed-on: https://chromium-review.googlesource.com/808224 Cr-Commit-Position: refs/heads/master@{#521653}
Showing
Please register or sign in to comment