Switch CrossThreadBindRepeating to use base::BindReating.
CrossThreadBindRepeating::MakeCrossThreadFunction was calling base::Bind to create callback. Switching to base::BindRepeating. Also modified comment in worker_thread.cc to refer to WTF::Bind so as to not encourage the use of the banned base::Bind* methods in Blink. Bug: 1007835 Change-Id: Ib880897af9f78dc5684a7c7b4cd5be557ed5563d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988507Reviewed-by:Kent Tamura <tkent@chromium.org> Commit-Queue: Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#728670}
Showing
Please register or sign in to comment