Fix crash when scrolling in a remote process frame
This is occurring because we try to get the RootScrollerController from the top level Document by calling topDocument(). Since we're in a remote Frame though, topDocument returns the current RootScrollerController's Document and so we infinitely recurse into isViewportScrollCallback. This is a quick fix to the problem while I come up with a better long term solution for OOPIFs. BUG=641775 Review-Url: https://codereview.chromium.org/2290353002 Cr-Commit-Position: refs/heads/master@{#415348}
Showing
Please register or sign in to comment