DescriptionCheck 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
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|