[Pkg-chromium-commit] chromium-browser/chromium-browser.squeeze: 723 Fix FTBFS caused by 71855.patch patch

Giuseppe Iuculano iuculano at debian.org
Sun Mar 6 10:30:58 UTC 2011


Branch name: chromium-browser/chromium-browser.squeeze
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.squeeze
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 723
Revision Id: iuculano at debian.org-20110306103058-gdsgnfuef8xwaqud
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Fix FTBFS caused by 71855.patch patch


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

-------------- next part --------------
=== modified file 'debian/patches/71855.patch'
--- a/debian/patches/71855.patch	2011-03-04 14:37:37 +0000
+++ b/debian/patches/71855.patch	2011-03-06 10:30:58 +0000
@@ -5,7 +5,7 @@
                      // the line that they're on, but it still needs to be dirtied. This is
                      // accomplished by pretending they have a height of 1.
 -                    bottom = max(bottom, it.current()->m_top + 1);
-+		    bottom = max(bottom, m_top == numeric_limits<int>::max() ? m_top : m_top + 1);
++		    bottom = max(bottom, it.current()->m_top == numeric_limits<int>::max() ? it.current()->m_top : it.current()->m_top + 1);
                      markLinesDirtyInVerticalRange(0, bottom);
                  }
                  m_floatingObjects->removeRef(it.current());



More information about the Pkg-chromium-commit mailing list