DescriptionFix 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
Committed: https://crrev.com/5e3154ffb1fc384d3a1529a3c5aa91ae83e50473
Cr-Commit-Position: refs/heads/master@{#415348}
Patch Set 1 #Patch Set 2 : Added TODOs #
Messages
Total messages: 14 (8 generated)
|