commit | 61b4d4b053ec88e368a55ebc27f3219027aac6e1 | [log] [tgz] |
---|---|---|
author | mohan.reddy <mohan.reddy@samsung.com> | Thu Sep 25 05:36:09 2014 |
committer | Commit bot <commit-bot@chromium.org> | Thu Sep 25 05:36:22 2014 |
tree | bab0123e388a457ea7de7359f84d298f027896ac | |
parent | 6b8dda12a7d842517c5c4ee155cf48951e908a7f [diff] |
Fix WeakPtrFactory member ordering in content Changing in the intialization order of WeakPtrFactory such that all member variables should appear before the WeakPtrFactory to ensure that any WeakPtrs to Controller are invalidated before its members variable's destructors are executed, rendering them invalid. BUG=303818 Review URL: https://codereview.chromium.org/598483002 Cr-Commit-Position: refs/heads/master@{#296656}