From b8a17508ae48457786134646dec84e9326786bd2 Mon Sep 17 00:00:00 2001
From: James Browning
Date: Tue, 14 Jul 2026 02:16:04 +1200
Subject: [PATCH] Remove unusued variables in template parsing
This removes some variables which are defined, but not used anymore by
the steps for detecting if a template is a declarative shadow root.
---
source | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/source b/source
index 203f2940af2..030e2a9d72d 100644
--- a/source
+++ b/source
@@ -145439,15 +145439,6 @@ document.body.appendChild(text);
stack of template insertion modes so that it is the new current template
insertion mode.
- Let the adjustedInsertionLocation be the appropriate place for
- inserting a node.
-
- Let intendedParent be the element in which the
- adjustedInsertionLocation finds itself.
-
- Let document be intendedParent's node
- document.
-
If any of the following are false: