commit | e8dea07883cf5cb9efa4c083495dd3de4abf3e14 | [log] [tgz] |
---|---|---|
author | anand.ratn <[email protected]> | Fri Sep 05 05:11:50 2014 |
committer | Commit bot <[email protected]> | Fri Sep 05 05:13:47 2014 |
tree | 75a407bd31bbb91ddfcc98dffaea12ee31f289be | |
parent | 57d121ace54a34516a4b758007632ac410dfe9bd [diff] |
Declaring the weak_ptr_factory in proper order. Cleaning up weak_ptr_factorydestruction order in "src/ash" module. WeakPtrFactory should remain the last member so it'll be destroyed and invalidate its weak pointers before any other members are destroyed. BUG=303818 Review URL: https://codereview.chromium.org/497733002 Cr-Commit-Position: refs/heads/master@{#293450}