[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

dbates at webkit.org dbates at webkit.org
Fri Jan 21 14:43:51 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 97be0b00379c52fa6817af7fe7e23dcb0c7c17cc
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 28 00:44:33 2010 +0000

    2010-12-27  Daniel Bates  <dbates at rim.com>
    
            Fix the first sentence of the change log message for changeset 74700
            <http://trac.webkit.org/changeset/74700> (bug #51634).
    
            As pointed out by Dan Bernstein, it should read: "Rename HTMLFrameElementBase::getMarginWidth()
            and HTMLFrameElementBase::getMarginHeight() to HTMLFrameElementBase::marginWidth() and
            HTMLFrameElementBase::marginHeight(), respectively."
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74701 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index cf40297..1ddbb4d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -6,7 +6,7 @@
         https://bugs.webkit.org/show_bug.cgi?id=51634
 
         Rename HTMLFrameElementBase::getMarginWidth() and HTMLFrameElementBase::getMarginHeight()
-        to HTMLFrameElementBase::marginHeight() and HTMLFrameElementBase::marginHeight(), respectively.
+        to HTMLFrameElementBase::marginWidth() and HTMLFrameElementBase::marginHeight(), respectively.
         This will make the names of these getters consistent with the naming convention we use for
         getters.
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list