[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

antti at apple.com antti at apple.com
Mon Feb 21 00:25:51 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit b7548abb71d321c428101e3d305d314fafbab751
Author: antti at apple.com <antti at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 31 11:56:38 2011 +0000

    Not reviewed.
    
    Spelling.
    
    * css/CSSSelectorList.h:
    (WebCore::CSSSelectorList::next):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77121 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index f6c6dbe..0cdbfb7 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-31  Antti Koivisto  <antti at apple.com>
+
+        Not reviewed.
+
+        Spelling.
+
+        * css/CSSSelectorList.h:
+        (WebCore::CSSSelectorList::next):
+
 2011-01-31  Yury Semikhatsky  <yurys at chromium.org>
 
         Unreviewed. Fix Chromium compilation on Linux.
diff --git a/Source/WebCore/css/CSSSelectorList.h b/Source/WebCore/css/CSSSelectorList.h
index b3c4c03..2b96d92 100644
--- a/Source/WebCore/css/CSSSelectorList.h
+++ b/Source/WebCore/css/CSSSelectorList.h
@@ -58,7 +58,7 @@ private:
 
 inline CSSSelector* CSSSelectorList::next(CSSSelector* current)
 {
-    // Skip subparts of combound selectors.
+    // Skip subparts of compound selectors.
     while (!current->isLastInTagHistory())
         current++;
     return current->isLastInSelectorList() ? 0 : current + 1;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list