| commit | 98807a41bbabd6ece33e2e433b38447f3c092189 | [log] [tgz] |
|---|---|---|
| author | tzik <tzik@chromium.org> | Fri Jul 08 14:21:01 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 08 14:23:31 2016 |
| tree | ed2b2036c772d6d78ef39bdf074628483caac4c6 | |
| parent | bd08b05bdadf887b946e63feef9d704f821beb75 [diff] |
Replace a WTF::Function conversion operator to be a function Use a function rather than an explicit conversion operator, so that it enforce the caller to pass the ownership of the callback. Review-Url: https://codereview.chromium.org/2132973002 Cr-Commit-Position: refs/heads/master@{#404369}