Chromium Code Reviews
DescriptionMac: Fix crash due to occluding view during tear-down
WebContentsViewMac will get a call during WebContentsImpl's destructor,
indicating that the contents are being occluded. It is not very helpful
to forward this to the WebContentsImpl (because it's being destroyed
anyway), and is dangerous in that the WebContentsImpl or its
sub-structures may be in an inconsistent state and not expecting to be
called in to.
In particular, in the bug, we were destroying the FrameTree high in
the stack, and then trying to iterate over it lower in the stack.
BUG=429993
Committed: https://crrev.com/f128f129f90a6baf20e2dd30e3ce55f30d3d8a0d
Cr-Commit-Position: refs/heads/master@{#315430}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|
|||||||||||||||||||