Fix crash in RootScrollerController
It looks like we sometimes recompute the root scroller on an HTMLFrameOwnerElement that's still connected to the DOM tree but doesn't have a ContentFrame. One way this can happen is through layouts caused from unload handlers. This CL adds an early out in ApplyRootScrollerProperties since a detached frame doesn't need it's properties reset. Bug: 805317 Change-Id: I6d285b10a69f74f05604bda5f654fca96fc35238 Reviewed-on: https://chromium-review.googlesource.com/887733 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by:Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#532971}
Showing
Please register or sign in to comment