[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:47:24 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c1d32c7a62049b5c55158b08e53c7708c22ce4f5
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 26 22:25:19 2001 +0000

    Removed append from qptrdict.h
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@207 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQPtrDict.h b/WebCore/kwq/KWQPtrDict.h
index fb852b7..cf80222 100644
--- a/WebCore/kwq/KWQPtrDict.h
+++ b/WebCore/kwq/KWQPtrDict.h
@@ -61,7 +61,6 @@ public:
     uint count() const;
     T *take(void *);
 
-    //void append(const T *);
     void insert(void *, const T *);
     void remove(void *);
 
diff --git a/WebCore/kwq/qt/qptrdict.h b/WebCore/kwq/qt/qptrdict.h
index fb852b7..cf80222 100644
--- a/WebCore/kwq/qt/qptrdict.h
+++ b/WebCore/kwq/qt/qptrdict.h
@@ -61,7 +61,6 @@ public:
     uint count() const;
     T *take(void *);
 
-    //void append(const T *);
     void insert(void *, const T *);
     void remove(void *);
 
diff --git a/WebCore/src/kwq/qt/qptrdict.h b/WebCore/src/kwq/qt/qptrdict.h
index fb852b7..cf80222 100644
--- a/WebCore/src/kwq/qt/qptrdict.h
+++ b/WebCore/src/kwq/qt/qptrdict.h
@@ -61,7 +61,6 @@ public:
     uint count() const;
     T *take(void *);
 
-    //void append(const T *);
     void insert(void *, const T *);
     void remove(void *);
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list