From ff2aa044adeed4d416b3e81c5530a4a9ebafc1db Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 5 Sep 2023 12:08:53 +0200 Subject: [PATCH] Mark window.clientInformation [Replaceable] Not adding this was an oversight in #2379 as far as I can tell. Tests: ... Fixes #9687. --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index ff0bfc26cee..35a7f03eb4b 100644 --- a/source +++ b/source @@ -86832,7 +86832,7 @@ interface Window : EventTarget { // the user agent readonly attribute Navigator navigator; - readonly attribute Navigator clientInformation; // legacy alias of .navigator + [Replaceable] readonly attribute Navigator clientInformation; // legacy alias of .navigator readonly attribute boolean originAgentCluster; // user prompts