[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

rniwa at webkit.org rniwa at webkit.org
Fri Jan 21 15:15:52 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 8130d47e50abab0865ca9d4b4d9ab49cb2114114
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 10 19:17:56 2011 +0000

    2011-01-10  Ryosuke Niwa  <rniwa at webkit.org>
    
            Unreviewed; build fix for r75385.
    
            * rendering/mathml/RenderMathMLFraction.cpp:
            (WebCore::RenderMathMLFraction::paint):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75394 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 8cd26af..562fc9c 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-10  Ryosuke Niwa  <rniwa at webkit.org>
+
+        Unreviewed; build fix for r75385.
+
+        * rendering/mathml/RenderMathMLFraction.cpp:
+        (WebCore::RenderMathMLFraction::paint):
+
 2011-01-10  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r75341.
diff --git a/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp b/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp
index dcee2f0..a3e66bd 100644
--- a/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp
+++ b/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp
@@ -157,7 +157,7 @@ void RenderMathMLFraction::paint(PaintInfo& info, int tx, int ty)
     
     info.context->save();
     
-    info.context->setStrokeThickness(m_lineThickness);
+    info.context->setStrokeThickness(static_cast<float>(m_lineThickness));
     info.context->setStrokeStyle(SolidStroke);
     info.context->setStrokeColor(style()->visitedDependentColor(CSSPropertyColor), ColorSpaceSRGB);
     

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list