From 007b95a88ae9fb283ac8855e885f619671718f0e Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 20 Jun 2018 11:33:19 -0400 Subject: [PATCH] www-client/chromium: update patch --- .../files/chromium-disable_xml_catalogs.patch | 13 +------------ 1 file changed, 1 insertion(+), 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 #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; -- 2.26.2