commit | 875dc1fdfcf23ff64f959f423117fc25fd05b4e4 | [log] [tgz] |
---|---|---|
author | krish.botta <[email protected]> | Tue Oct 07 05:39:22 2014 |
committer | Commit bot <[email protected]> | Tue Oct 07 05:39:35 2014 |
tree | 2a29011f658fcbb3778c66844a732984cfda203b | |
parent | aec97a07b46188ed7ec61600c6068045a18fe142 [diff] |
Changing in the intialization order of WeakPtrFactory in content/browser module 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/589463002 Cr-Commit-Position: refs/heads/master@{#298383}