DescriptionFixes crah in NativeWidgetAura::IsActive()
The crash happens if when the HWND is destroyed someone asks if a
child NativeWidgetAura is Active. In particular during this code path
we've gone through ~RootWindow and are in ~Window. When this happens
GetRootWindow() uses Window's implementation, which returns NULL and
we crash.
BUG=264855
TEST=none
R=ben@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222096
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|