From 9025fb30a05b2275016909bc782925d2855a9a03 Mon Sep 17 00:00:00 2001 From: Krzysztof Kotowicz Date: Fri, 1 Nov 2024 06:25:23 +0100 Subject: [PATCH] Correct Trusted Type enforcement in getContextualFragment() Add a missing argument. Fixes https://github.com/w3c/trusted-types/issues/543. --- 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.