diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-06-20 11:33:19 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-06-20 17:46:35 -0400 |
commit | 007b95a88ae9fb283ac8855e885f619671718f0e (patch) | |
tree | 8591c1894b2f8df483a6d0990544b74fe78fc96c /www-client/chromium | |
parent | dev-python/python-ldap: add GitHub to metadata.xml (diff) | |
download | gentoo-007b95a88ae9fb283ac8855e885f619671718f0e.tar.gz gentoo-007b95a88ae9fb283ac8855e885f619671718f0e.tar.bz2 gentoo-007b95a88ae9fb283ac8855e885f619671718f0e.zip |
www-client/chromium: update patch
Diffstat (limited to 'www-client/chromium')
-rw-r--r-- | www-client/chromium/files/chromium-disable_xml_catalogs.patch | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/www-client/chromium/files/chromium-disable_xml_catalogs.patch b/www-client/chromium/files/chromium-disable_xml_catalogs.patch index 7aff36c782a3..9f57ed2261c7 100644 --- a/www-client/chromium/files/chromium-disable_xml_catalogs.patch +++ b/www-client/chromium/files/chromium-disable_xml_catalogs.patch @@ -11,18 +11,7 @@ #include <libxslt/xslt.h> #include <memory> -@@ -538,10 +542,6 @@ - static bool ShouldAllowExternalLoad(const KURL& url) { - String url_string = url.GetString(); - -- // libxml should not be configured with catalogs enabled, so it -- // should not be asking to load default catalogs. -- CHECK(!IsLibxmlDefaultCatalogFile(url)); -- - // The most common DTD. There isn't much point in hammering www.w3c.org by - // requesting this URL for every XHTML document. - if (url_string.StartsWithIgnoringASCIICase("http://www.w3.org/TR/xhtml")) -@@ -648,6 +648,9 @@ +@@ -648,6 +652,9 @@ static void InitializeLibXMLIfNecessary() { if (did_init) return; |