From 5962f210d8bb9a279aee34aa0411d164987c0e7c Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Tue, 7 Jan 2025 14:38:08 +0000 Subject: [PATCH] Editorial: Correct userNavigationInvolvement -> userInvolvement This was missed in #10818. --- source | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source b/source index 5eeed7af23a..fe547662c0c 100644 --- a/source +++ b/source @@ -103348,9 +103348,8 @@ location.href = '#foo';
  • Assert: navigationType is not null.

  • Deactivate - displayedDocument, given userNavigationInvolvement, - targetEntry, navigationType, and - afterPotentialUnloads.

  • + displayedDocument, given userInvolvement, targetEntry, + navigationType, and afterPotentialUnloads.