Avoid calling member fcn after possible delf-deletion.
If RemoveFrameContainerForReason() successfully removes a frame, the |this| pointer will become invalid. This CL removes a member function invocation that occurs when |this| might be invalid. Bug: 1088187 Change-Id: I5abc6f03ff326ebbcfb696205deb5058ec977c78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250580 Commit-Queue: James MacLean <wjmaclean@chromium.org> Reviewed-by:Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#780009}
Showing
Please register or sign in to comment