commit | f126cb2007e7d20764aeb4d4a41f3061010d4ee4 | [log] [tgz] |
---|---|---|
author | davidben <[email protected]> | Fri Oct 30 20:42:07 2015 |
committer | Commit bot <[email protected]> | Fri Oct 30 20:42:48 2015 |
tree | ce2a030922c806afaecd42d1744c8aaebdc5972d | |
parent | 233d38f9d8300b4078789bfe303c022e159335a7 [diff] |
Only signal the removal callback once in CallbackList::Compact. Noticed this typo on a whim. Right now it signals it once for every registered callback (removed or not) after the first removed one. BUG=none Review URL: https://codereview.chromium.org/1420053007 Cr-Commit-Position: refs/heads/master@{#357188}