[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:23 UTC 2009


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

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

diff --git a/WebCore/kwq/KWQPtrDict.h b/WebCore/kwq/KWQPtrDict.h
index 634ef7f..fb852b7 100644
--- a/WebCore/kwq/KWQPtrDict.h
+++ b/WebCore/kwq/KWQPtrDict.h
@@ -61,7 +61,7 @@ public:
     uint count() const;
     T *take(void *);
 
-    void append(const T *);
+    //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 634ef7f..fb852b7 100644
--- a/WebCore/kwq/qt/qptrdict.h
+++ b/WebCore/kwq/qt/qptrdict.h
@@ -61,7 +61,7 @@ public:
     uint count() const;
     T *take(void *);
 
-    void append(const T *);
+    //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 634ef7f..fb852b7 100644
--- a/WebCore/src/kwq/qt/qptrdict.h
+++ b/WebCore/src/kwq/qt/qptrdict.h
@@ -61,7 +61,7 @@ public:
     uint count() const;
     T *take(void *);
 
-    void append(const T *);
+    //void append(const T *);
     void insert(void *, const T *);
     void remove(void *);
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list