Chromium Code Reviews
DescriptionFix frame detach message and lifetime issues for the mainframe RenderFrameImpl.
Previously, when RenderFrameImpl::frameDetach() was called on the mainframe, it would delete the RenderFrameImpl. The mainframe RFI is stored by RenderViewImpl in a scoped_ptr causing a double delete. This was not caught in testing because fast-path shutdown side-steps properly destroying the mainframe.
BUG=245126
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=234992
Patch Set 1 #Patch Set 2 : Clean up comments and lifetimes. #Patch Set 3 : make RVH still own mainframe #
Total comments: 1
Patch Set 4 : add impl comment. #
Messages
Total messages: 4 (0 generated)
|
||||||||||||||||||||||||||||