[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mitz at apple.com mitz at apple.com
Wed Dec 22 15:43:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d8a49d6ec8649850d41e5a2a5ed38325fdb3b7d4
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 11 05:20:24 2010 +0000

    Style fix I said I’d make then forgot to make.
    
    * platform/graphics/mac/ComplexTextControllerCoreText.cpp:
    (WebCore::ComplexTextController::ComplexTextRun::ComplexTextRun):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71796 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d750ff8..d5fa5bf 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-10  Dan Bernstein  <mitz at apple.com>
+
+        Style fix I said I’d make then forgot to make.
+
+        * platform/graphics/mac/ComplexTextControllerCoreText.cpp:
+        (WebCore::ComplexTextController::ComplexTextRun::ComplexTextRun):
+
 2010-11-10  Ned Holbrook  <nholbrook at apple.com>
 
         Reviewed by Dan Bernstein.
diff --git a/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.cpp b/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.cpp
index 704a0e4..828ecd7 100644
--- a/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.cpp
+++ b/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.cpp
@@ -54,9 +54,10 @@ ComplexTextController::ComplexTextRun::ComplexTextRun(CTRunRef ctRun, const Simp
     if (!m_coreTextIndices) {
         m_coreTextIndicesVector.grow(m_glyphCount);
         CTRunGetStringIndices(m_coreTextRun.get(), CFRangeMake(0, 0), m_coreTextIndicesVector.data());
-        if (runRange.location)
+        if (runRange.location) {
             for (unsigned i = 0; i < m_glyphCount; ++i)
                 m_coreTextIndicesVector[i] -= runRange.location;
+        }
         m_coreTextIndices = m_coreTextIndicesVector.data();
     }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list