Bug 811301. Part 2: Remove saved state IDs now that the root scroll frame state is captured normally. r=mats
This commit is contained in:
@@ -10615,8 +10615,7 @@ NS_IMETHODIMP nsDocShell::PersistLayoutHistoryState()
|
||||
rv = GetPresShell(getter_AddRefs(shell));
|
||||
if (NS_SUCCEEDED(rv) && shell) {
|
||||
nsCOMPtr<nsILayoutHistoryState> layoutState;
|
||||
rv = shell->CaptureHistoryState(getter_AddRefs(layoutState),
|
||||
true);
|
||||
rv = shell->CaptureHistoryState(getter_AddRefs(layoutState));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user