Comment #3 on issue 14604 by [email protected]: Crash - views::FocusManager::ClearFocus() http://code.google.com/p/chromium/issues/detail?id=14604
From the mini-dump, it seems a deleted FocusManager is being accessed, possibly because the HWND it was associated to out-lived it. (Not sure how this would happen.) I just landed a patch that changes the life management of the FocusManager. It is now owned by the WidgetWin, not the HWND. Tentatively marking this bug as closed, let's reopen if we see the problem again after this new FocusManager ownership. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
