DescriptionFixe use after free during destruction
Problem scenario happened because destroying a tab was triggering
updating another tab. When the other tab updated various BrowserWindow
methods were called when BrowserView was in a bad state (part way
through destruction).
In theory if detaching tried to update state we would end up in the
same situation as this fixes, but that seems less likely.
BUG=236389
TEST=covered by test now
R=avi@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221337
Patch Set 1 #
Total comments: 1
Messages
Total messages: 4 (0 generated)
|