DescriptionFix for crash in restoreScrollPositionAndViewState
From the stack trace in the bug, it looks like this function is entered during
DOMWindow teardown which means the dereference of the document() member on
the Frame is invalid. We can simply use m_frame->settings() since it's
guaranteed to be there because of the check for m_frame->page() at the
function's entrance.
BUG=377916
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175918
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|