From 75e6043e35cd4d7ded4c9d537075ec47fe568697 Mon Sep 17 00:00:00 2001
From: DevTools Bot <24444246+devtools-bot@users.noreply.github.com>
Date: Fri, 14 Feb 2025 04:29:03 +0000
Subject: [PATCH] Roll protocol to r1420292
---
changelog.md | 25 ++++++++++++++++++++++++-
json/browser_protocol.json | 4 +++-
package.json | 2 +-
pdl/browser_protocol.pdl | 3 +++
types/protocol.d.ts | 5 +++--
5 files changed, 34 insertions(+), 5 deletions(-)
diff --git a/changelog.md b/changelog.md
index ec26989c99..98e0a4e436 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,30 @@
+## Roll protocol to r1420292 — _2025-02-14T04:29:03.000Z_
+###### Diff: [`487cc35...9ee76e4`](https://github.com/ChromeDevTools/devtools-protocol/compare/487cc35...9ee76e4)
+
+```diff
+@@ browser_protocol.pdl:691 @@ experimental domain Audits
+ kInlineViolation
+ kEvalViolation
+ kURLViolation
++ kSRIViolation
+ kTrustedTypesSinkViolation
+ kTrustedTypesPolicyViolation
+ kWasmEvalViolation
+@@ -3388,6 +3389,8 @@ domain DOM
+ # Get the popover target for a given element. In this case, this given
+ # element can only be an HTMLFormControlElement (,