cef/cef-no-libxml-visibility-patch.patch
Asahi Lina a6685f4c36 Initial import (rhbz#2368737)
cef-136.1.6^chromium136.0.7103.113

Based on rpms/chromium.git#e5d715b3d601
2025-06-17 22:58:48 +09:00

16 lines
624 B
Diff

diff --git a/cef/patch/patch.cfg b/cef/patch/patch.cfg
index 538b2947482e..dbb049351c03 100644
--- a/cef/patch/patch.cfg
+++ b/cef/patch/patch.cfg
@@ -558,11 +558,6 @@ patches = [
# https://github.com/chromiumembedded/cef/issues/2819
'name': 'win_cpp17_msvc_sandbox_2819',
},
- {
- # libxml access is now limited to targets audited by the Security Team.
- # https://chromium-review.googlesource.com/c/chromium/src/+/1884750
- 'name': 'libxml_visibility',
- },
{
# Fix unbound AssociatedRemote error in SetBackgroundOpaque.
# https://bugs.chromium.org/p/chromium/issues/detail?id=1070713