DescriptionPrevent a null crash when window.history is called during detach.
In certain rare cases, history.{push,replace}State are called when during
plugin detach. In this case, it's possible for the state modification to be
requested on a frame that is half-way detached. The Document is still live,
but the DocumentLoader is gone. Exit early in this case.
BUG=356424
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170219
Patch Set 1 #
Messages
Total messages: 13 (0 generated)
|