From: Mike Gilbert Date: Wed, 20 Jun 2018 15:33:19 +0000 (-0400) Subject: www-client/chromium: update patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=007b95a88ae9fb283ac8855e885f619671718f0e;p=gentoo.git www-client/chromium: update patch --- 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 #include -@@ -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;