| commit | f90e7ac5ce6cd2e552d1bfad6c58bd51bac2f76c | [log] [tgz] |
|---|---|---|
| author | hiroshige <hiroshige@chromium.org> | Thu Jun 30 05:29:14 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jun 30 05:30:58 2016 |
| tree | 34d7d679d9e834292a10001b8ef164faaad7ee58 | |
| parent | ef9c38f033c0f5b11defe2210d2d00737c41b76e [diff] |
Specify WTF:: prefix for bind() To avoid ambiguous resolutions to std::bind() (due to ADL and std::unique_ptr), this CL removes |using WTF::bind| and adds the WTF:: prefix to bind() where needed. BUG=624668 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2108033005 Cr-Commit-Position: refs/heads/master@{#403094}