Backed out changeset d25df1c9e0e2 (bug 1729662) for causing wpt failures in overlapping-navigations-and-traversals
CLOSED TREE
This commit is contained in:
@@ -1095,7 +1095,7 @@ void CanonicalBrowsingContext::HistoryGo(
|
||||
// GoToIndex checks that index is >= 0 and < length.
|
||||
nsTArray<nsSHistory::LoadEntryResult> loadResults;
|
||||
nsresult rv = shistory->GotoIndex(index.value(), loadResults, sameEpoch,
|
||||
aOffset == 0, aUserActivation);
|
||||
aUserActivation);
|
||||
if (NS_FAILED(rv)) {
|
||||
MOZ_LOG(gSHLog, LogLevel::Debug,
|
||||
("Dropping HistoryGo - bad index or same epoch (not in same doc)"));
|
||||
|
||||
Reference in New Issue
Block a user