DescriptionFix crash when closing a constrained window in win aura. The crash happens because the aura::Window for the constrained window is removing itself from its parent window, and its parent_ pointer is already NULL'd before the focus manager is retrieved which fails because aura::client::GetFocusClient can't get to a root window. See the bug for the callstack.
BUG=174727
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181947
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|