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

darin at apple.com darin at apple.com
Wed Dec 22 14:43:52 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 26ee6fc9fe87ee16826f283ade2869f435011396
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 18 19:59:09 2010 +0000

    * dom/Node.h: Fix ancient typo in just-modified comment.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69988 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 193f18d..54ff022 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,9 @@
 2010-10-18  Darin Adler  <darin at apple.com>
 
+        * dom/Node.h: Fix ancient typo in just-modified comment.
+
+2010-10-18  Darin Adler  <darin at apple.com>
+
         Reviewed by Alexey Proskuryakov.
 
         Remove some functions from class Node and make a few others non-virtual
diff --git a/WebCore/dom/Node.h b/WebCore/dom/Node.h
index 20e7b50..3c6c199 100644
--- a/WebCore/dom/Node.h
+++ b/WebCore/dom/Node.h
@@ -359,7 +359,7 @@ public:
     unsigned childNodeCount() const;
     Node* childNode(unsigned index) const;
 
-    // Does a pre-order traversal of the tree to find the node next node after this one.
+    // Does a pre-order traversal of the tree to find the next node after this one.
     // This uses the same order that tags appear in the source file. If the stayWithin
     // argument is non-null, the traversal will stop once the specified node is reached.
     // This can be used to restrict traversal to a particular sub-tree.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list