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


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

    Removed at from qptrdict.h as it doesn't belong there
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@204 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQPtrDict.h b/WebCore/kwq/KWQPtrDict.h
index c8da17f..634ef7f 100644
--- a/WebCore/kwq/KWQPtrDict.h
+++ b/WebCore/kwq/KWQPtrDict.h
@@ -59,7 +59,6 @@ public:
 
     void clear();
     uint count() const;
-    T *at(uint);
     T *take(void *);
 
     void append(const T *);
diff --git a/WebCore/kwq/qt/qptrdict.h b/WebCore/kwq/qt/qptrdict.h
index c8da17f..634ef7f 100644
--- a/WebCore/kwq/qt/qptrdict.h
+++ b/WebCore/kwq/qt/qptrdict.h
@@ -59,7 +59,6 @@ public:
 
     void clear();
     uint count() const;
-    T *at(uint);
     T *take(void *);
 
     void append(const T *);
diff --git a/WebCore/src/kwq/qt/qptrdict.h b/WebCore/src/kwq/qt/qptrdict.h
index c8da17f..634ef7f 100644
--- a/WebCore/src/kwq/qt/qptrdict.h
+++ b/WebCore/src/kwq/qt/qptrdict.h
@@ -59,7 +59,6 @@ public:
 
     void clear();
     uint count() const;
-    T *at(uint);
     T *take(void *);
 
     void append(const T *);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list