From 4204818026eeb06f49aac9501b412e6bcca5deb1 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 6 Sep 2023 18:59:19 +0200 Subject: [PATCH] Mark window.clientInformation [Replaceable] Not adding this was an oversight in #2379 as far as I can tell. Tests: https://github.com/web-platform-tests/wpt/pull/41819. Fixes #9687. --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index e0735c43270..5047ab695c0 100644 --- a/source +++ b/source @@ -86853,7 +86853,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