DescriptionRevert of Check for an active document in WebPluginContainerImpl::windowClipRect (patchset #1 id:1 of https://codereview.chromium.org/944753004/)
Reason for revert:
This did not fix the crash but it gave us enough info to fix this (in a followup).
Original issue's description:
> Check for an active document in WebPluginContainerImpl::windowClipRect
>
> This is a speculative fix for crbug.com/459713. The exact cause is not
> clear in our crash reports but this change may fix an issue where the
> document is being destroyed. A Document's m_frame is only reset
> during destruction, after the lifecycle is set to be not active, so
> this patch adds a check for isActive. Additionally, this patch will
> move the crash location if the node's renderer is null.
>
> BUG=459713
>
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190582
TBR=eae@chromium.org,esprehn@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=459713, 460821
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190633
Patch Set 1 #
Created: 5 years, 10 months ago
(Patch set is too large to download)
Messages
Total messages: 4 (0 generated)
|