DescriptionKeep frames to navigate alive in HistoryController::goToEntry()
Otherwise, if a script executed during the navigation of one frame (for
instance a popstate event handler) removes other frames from the document,
the calls to navigate those frames later on are given pointers to dead
objects.
This patch makes the more localized fix committed as r165081 redundant,
and thus reverts it from FrameLoader::loadHistoryItem().
BUG=337120
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165724
Patch Set 1 #
Total comments: 3
Patch Set 2 : improved as suggested in review #
Messages
Total messages: 8 (0 generated)
|