commit | e194c495e95cbe92dfb9ed04515904a417fe7e9b | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Wed Jul 16 13:46:06 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jul 16 13:46:06 2014 -0700 |
tree | e07d866e3a7669ae9ef14bf37217390b99996a42 | |
parent | ee5da55477d1679eaf50b56b6017cbfc07af02a7 [diff] |
Remove ambiguous operator= on AutoCFRelease. The operator= is ambiguous as to the state of the reference count. Until we have rvalue assignment operators, just use 'reset' as the name of the reference stealing assignment to AutoCFRelease. R=reed@google.com, mtklein@google.com Author: bungeman@google.com Review URL: https://codereview.chromium.org/400453002