Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RemoteFrame ignores visibility updates after detach
The element visibility observer posts visibility updates to RemoteFrameView. Based on crash reports, it looks like these can sometimes arrive after the RemoteFrame has been removed from the frame tree, making the FrameClient inaccessible. This CL causes an early return in that case, avoiding a null pointer dereference. Bug: 789460 Change-Id: Ibe82253859a9c0f90917331532dac39ba90fd364 Reviewed-on: https://chromium-review.googlesource.com/806363 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#521694}
- Loading branch information