Check for null RenderWidgetHostDelegate before canceling scroll bubble
There were instances of crashes during destruction with nested WebContents, if an inter-process scroll bubble was in progress. This patch verifies that there the WebContents hasn't been disconnected from its RenderWidgetHosts before attempting to cancel scroll bubbling and dereferencing the RenderWidgetHostDelegate pointer. BUG=644306 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2319633002 Cr-Commit-Position: refs/heads/master@{#417054}
Showing
Please register or sign in to comment