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

dbates at webkit.org dbates at webkit.org
Wed Dec 22 12:31:55 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9bbce72870bb5f677c5f291b98da4b6497ac1599
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 25 03:12:15 2010 +0000

    2010-08-24  Daniel Bates  <dbates at rim.com>
    
            Fix code comment as per Darin Adler's suggestion in <https://bugs.webkit.org/show_bug.cgi?id=44486#c2>.
            I inadvertently did not update this comment when I landed changeset 65967 <http://trac.webkit.org/changeset/65967>.
    
            * rendering/RenderListMarker.cpp:
            (WebCore::listMarkerSuffix):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65969 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 686913e..6a74f1a 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-24  Daniel Bates  <dbates at rim.com>
+
+        Fix code comment as per Darin Adler's suggestion in <https://bugs.webkit.org/show_bug.cgi?id=44486#c2>.
+        I inadvertently did not update this comment when I landed changeset 65967 <http://trac.webkit.org/changeset/65967>.
+
+        * rendering/RenderListMarker.cpp:
+        (WebCore::listMarkerSuffix):
+
 2010-08-23  Daniel Bates  <dbates at rim.com>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/rendering/RenderListMarker.cpp b/WebCore/rendering/RenderListMarker.cpp
index cab09f5..6ff1709 100644
--- a/WebCore/rendering/RenderListMarker.cpp
+++ b/WebCore/rendering/RenderListMarker.cpp
@@ -468,8 +468,8 @@ static EListStyleType effectiveListMarkerType(EListStyleType type, int value)
 
 static UChar listMarkerSuffix(EListStyleType type, int value)
 {
-    // If the list-style-type, say hebrew, cannot represent |value| because it's outside
-    // its ordinal range then we fallback to some list style that can represent |value|.
+    // If the list-style-type cannot represent |value| because it's outside its
+    // ordinal range then we fall back to some list style that can represent |value|.
     EListStyleType effectiveType = effectiveListMarkerType(type, value);
 
     // Note, the following switch statement has been explicitly

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list