[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

darin at apple.com darin at apple.com
Fri Feb 26 22:16:04 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 83d978583fe0769b4c0f06eb1aa7602e3f4553d2
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 9 18:21:15 2010 +0000

    * rendering/RenderObject.cpp:
    (WebCore::RenderObject::styleDidChange): Fixed typo in comment.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54557 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 987c0c1..730d46c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-09  Darin Adler  <darin at apple.com>
+
+        * rendering/RenderObject.cpp:
+        (WebCore::RenderObject::styleDidChange): Fixed typo in comment.
+
 2010-02-09  MORITA Hajime  <morrita at gmail.com>
 
         Reviewed by Nikolas Zimmermann.
diff --git a/WebCore/rendering/RenderObject.cpp b/WebCore/rendering/RenderObject.cpp
index 16f552c..3f07d8d 100644
--- a/WebCore/rendering/RenderObject.cpp
+++ b/WebCore/rendering/RenderObject.cpp
@@ -1686,7 +1686,7 @@ void RenderObject::styleDidChange(StyleDifference diff, const RenderStyle* oldSt
 
         // If the object already needs layout, then setNeedsLayout won't do
         // any work. But if the containing block has changed, then we may need
-        // to make the new containing blocks for layout. The change that can
+        // to mark the new containing blocks for layout. The change that can
         // directly affect the containing block of this object is a change to
         // the position style.
         if (m_needsLayout && oldStyle->position() != m_style->position())

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list