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

paroga at webkit.org paroga at webkit.org
Mon Feb 21 00:29:48 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit cd93d2fe68c6424ff4a47fd009bf65176c282846
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 1 05:40:38 2011 +0000

    2011-01-31  Patrick Gansterer  <paroga at webkit.org>
    
            Reviewed by Adam Barth.
    
            Remove obsolete comment after r41871
            https://bugs.webkit.org/show_bug.cgi?id=53406
    
            * dom/Document.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77216 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 03a7a2e..0859781 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-31  Patrick Gansterer  <paroga at webkit.org>
+
+        Reviewed by Adam Barth.
+
+        Remove obsolete comment after r41871
+        https://bugs.webkit.org/show_bug.cgi?id=53406
+
+        * dom/Document.h:
+
 2011-01-31  Simon Fraser  <simon.fraser at apple.com>
 
         Fix according to reviewer comments: can just use Color::black now.
diff --git a/Source/WebCore/dom/Document.h b/Source/WebCore/dom/Document.h
index be7e00a..04901e1 100644
--- a/Source/WebCore/dom/Document.h
+++ b/Source/WebCore/dom/Document.h
@@ -348,7 +348,6 @@ public:
 
     String defaultCharset() const;
     
-    // Synonyms backing similar DOM attributes. Use Document::encoding() to avoid virtual dispatch.
     String inputEncoding() const { return Document::encoding(); }
     String charset() const { return Document::encoding(); }
     String characterSet() const { return Document::encoding(); }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list