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

apavlov at chromium.org apavlov at chromium.org
Wed Dec 22 15:54:34 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit aec6fcacb36863152abab06e794846d9607bbbd7
Author: apavlov at chromium.org <apavlov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 16 14:23:56 2010 +0000

    2010-11-16  Sheriff Bot  <webkit.review.bot at gmail.com>
    
            Unreviewed, rolling out r72087.
            http://trac.webkit.org/changeset/72087
            https://bugs.webkit.org/show_bug.cgi?id=49593
    
            "broken build" (Requested by apavlov on #webkit).
    
            * css/CSSPrimitiveValue.cpp:
            (WebCore::unitCategory):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72094 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e7b45b8..798dac5 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-11-16  Sheriff Bot  <webkit.review.bot at gmail.com>
+
+        Unreviewed, rolling out r72087.
+        http://trac.webkit.org/changeset/72087
+        https://bugs.webkit.org/show_bug.cgi?id=49593
+
+        "broken build" (Requested by apavlov on #webkit).
+
+        * css/CSSPrimitiveValue.cpp:
+        (WebCore::unitCategory):
+
 2010-11-15  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/WebCore/css/CSSPrimitiveValue.cpp b/WebCore/css/CSSPrimitiveValue.cpp
index 6d05fca..569b459 100644
--- a/WebCore/css/CSSPrimitiveValue.cpp
+++ b/WebCore/css/CSSPrimitiveValue.cpp
@@ -48,7 +48,7 @@ using namespace WTF;
 
 namespace WebCore {
 
-static CSSPrimitiveValue::UnitCategory unitCategory(CSSPrimitiveValue::UnitTypes type)
+CSSPrimitiveValue::UnitCategory unitCategory(CSSPrimitiveValue::UnitTypes type)
 {
     // Here we violate the spec (http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSPrimitiveValue) and allow conversions
     // between CSS_PX and relative lengths (see cssPixelsPerInch comment in CSSHelper.h for the topic treatment).

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list