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

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:42:57 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1f98ac774f6f78d778d979a48023c8048e71dffa
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 4 18:30:02 2001 +0000

    More workaround Hell for gramps
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQPointArray.h b/WebCore/kwq/KWQPointArray.h
index 6d17d38..f457611 100644
--- a/WebCore/kwq/KWQPointArray.h
+++ b/WebCore/kwq/KWQPointArray.h
@@ -26,6 +26,8 @@
 #ifndef QPOINT_H_
 #define QPOINT_H_
 
+#include <kwqdef.h>
+
 class QPoint {
 public:
     QPoint();
@@ -38,4 +40,11 @@ public:
     friend inline QPoint operator+(const QPoint &, const QPoint &);
 };
 
+// FIXME: QPointArray here to workaround bug in khtml/html/html_imageimpl.cpp
+class QPointArray {
+public:
+    QPointArray(int);
+    void setPoint(uint, int, int);
+};
+
 #endif
diff --git a/WebCore/kwq/qt/qpoint.h b/WebCore/kwq/qt/qpoint.h
index 6d17d38..f457611 100644
--- a/WebCore/kwq/qt/qpoint.h
+++ b/WebCore/kwq/qt/qpoint.h
@@ -26,6 +26,8 @@
 #ifndef QPOINT_H_
 #define QPOINT_H_
 
+#include <kwqdef.h>
+
 class QPoint {
 public:
     QPoint();
@@ -38,4 +40,11 @@ public:
     friend inline QPoint operator+(const QPoint &, const QPoint &);
 };
 
+// FIXME: QPointArray here to workaround bug in khtml/html/html_imageimpl.cpp
+class QPointArray {
+public:
+    QPointArray(int);
+    void setPoint(uint, int, int);
+};
+
 #endif
diff --git a/WebCore/src/kwq/qt/qpoint.h b/WebCore/src/kwq/qt/qpoint.h
index 6d17d38..f457611 100644
--- a/WebCore/src/kwq/qt/qpoint.h
+++ b/WebCore/src/kwq/qt/qpoint.h
@@ -26,6 +26,8 @@
 #ifndef QPOINT_H_
 #define QPOINT_H_
 
+#include <kwqdef.h>
+
 class QPoint {
 public:
     QPoint();
@@ -38,4 +40,11 @@ public:
     friend inline QPoint operator+(const QPoint &, const QPoint &);
 };
 
+// FIXME: QPointArray here to workaround bug in khtml/html/html_imageimpl.cpp
+class QPointArray {
+public:
+    QPointArray(int);
+    void setPoint(uint, int, int);
+};
+
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list