[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 678 Fixed patch 58657

Giuseppe Iuculano iuculano at debian.org
Thu Nov 4 21:09:07 UTC 2010


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 678
Revision Id: iuculano at debian.org-20101104210907-oq8kk39zmudzlhu4
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Fixed patch 58657

--------------------------------------------------------
  ** Modified :
        - debian/patches/58657.patch

-------------- next part --------------
=== modified file 'debian/patches/58657.patch'
--- a/debian/patches/58657.patch	2010-11-04 18:04:19 +0000
+++ b/debian/patches/58657.patch	2010-11-04 21:09:07 +0000
@@ -32,8 +32,8 @@
 +        // case where <use> doesn't contain disallowed elements (ie. <foreignObject>).
 +        // Though if there are disallowed elements in the subtree, we have to remove them.
 +        // For instance: <use> on <g> containing <foreignObject> (indirect case).
-+        if (subtreeContainsDisallowedElement(newChild.get()))
-+            removeDisallowedElementsFromSubtree(newChild.get());
++        if (subtreeContainsDisallowedElement(cloneParent.get()))
++            removeDisallowedElementsFromSubtree(cloneParent.get());
 +
          // Replace <use> with referenced content.
          ASSERT(use->parentNode()); 



More information about the Pkg-chromium-commit mailing list