From 085d4d14555114ac13764046f706d921bbe9cf30 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Sat, 17 Dec 2022 10:20:31 +0000 Subject: [PATCH] Fix variable reference in "get the history object length and index" Closes #8619. --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index f352df123ec..d19f245ffd9 100644 --- a/source +++ b/source @@ -92478,7 +92478,7 @@ location.href = '#foo';
  • Let scriptHistoryIndex be the index of step in - sessionSteps.

  • + steps.

  • Return (scriptHistoryLength, scriptHistoryIndex).