From d11d1552291df1c4310cae89ec347f492745de3a Mon Sep 17 00:00:00 2001 From: Krzysztof Kotowicz Date: Thu, 31 Oct 2024 11:13:13 +0100 Subject: [PATCH] Correct Trusted Type enforcement in Range.getContextualFragment. Added a missing argument. --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index 1a2cf5d54ec..8e538ff314c 100644 --- a/source +++ b/source @@ -114433,8 +114433,8 @@ enum DOMParserSupportedType {
  • Let compliantString be the result of invoking the Get Trusted Type compliant string algorithm with TrustedHTML, this's relevant global - object, string, and "Range - createContextualFragment".

  • + object, string, "Range createContextualFragment", and + "script".

  • Let node be this's start node.