From 2b71e75c7cbde67b08fdc0c38bfd9691b5091cfd Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Mon, 5 Jun 2023 20:33:24 +0200 Subject: [PATCH] Add Deprecate Data URL in SVGUseElement --- ...0Deprecate-Data-URL-in-SVGUseElement.patch | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 build/patches/00Deprecate-Data-URL-in-SVGUseElement.patch diff --git a/build/patches/00Deprecate-Data-URL-in-SVGUseElement.patch b/build/patches/00Deprecate-Data-URL-in-SVGUseElement.patch new file mode 100644 index 00000000..bda0099b --- /dev/null +++ b/build/patches/00Deprecate-Data-URL-in-SVGUseElement.patch @@ -0,0 +1,25 @@ +From: uazo +Date: Mon, 5 Jun 2023 17:02:33 +0000 +Subject: Deprecate Data URL in SVGUseElement + +--- + .../blink/renderer/platform/runtime_enabled_features.json5 | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + +diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5 +--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5 ++++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5 +@@ -2861,9 +2861,8 @@ + status: "stable", + }, + { +- name: "RemoveDataUrlInSvgUse", +- status: "experimental", +- base_feature: "none", ++ name: "RemoveDataUrlInSvgUse", // enabled by default ++ status: "stable", + }, + { + name: "RemoveMobileViewportDoubleTap", +-- +2.25.1