[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

rniwa at webkit.org rniwa at webkit.org
Wed Apr 7 23:09:53 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 6bf3c80548be4ac36984045586a901f5ca905bf0
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 27 22:09:07 2009 +0000

    No Review.
    
    Patch by Ryosuke Niwa <rniwa at webkit.org> on 2009-10-27
    Making fontWeightIsBold static to fix Snow Leopard build.
    
    * editing/ApplyStyleCommand.cpp:
    (WebCore::fontWeightIsBold):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50177 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5cfd938..3c90855 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,14 @@
 2009-10-27  Ryosuke Niwa  <rniwa at webkit.org>
 
+        No Review.
+
+        Making fontWeightIsBold static to fix Snow Leopard build.
+
+        * editing/ApplyStyleCommand.cpp:
+        (WebCore::fontWeightIsBold):
+
+2009-10-27  Ryosuke Niwa  <rniwa at webkit.org>
+
         Reviewed by Eric Seidel.
 
         WebKit cannot remove nested bold tags
diff --git a/WebCore/editing/ApplyStyleCommand.cpp b/WebCore/editing/ApplyStyleCommand.cpp
index 6aedc47..7a8f025 100644
--- a/WebCore/editing/ApplyStyleCommand.cpp
+++ b/WebCore/editing/ApplyStyleCommand.cpp
@@ -334,7 +334,7 @@ static void diffTextDecorations(CSSMutableStyleDeclaration* style, int propertID
     setTextDecorationProperty(style, newTextDecoration.get(), propertID);
 }
 
-bool fontWeightIsBold(CSSStyleDeclaration* style)
+static bool fontWeightIsBold(CSSStyleDeclaration* style)
 {
     ASSERT(style);
     RefPtr<CSSValue> fontWeight = style->getPropertyCSSValue(CSSPropertyFontWeight);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list