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


The following commit has been merged in the debian/unstable branch:
commit 24fa1e39836257beeec94f4d7c9c9ce4920ed128
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 4 23:09:03 2001 +0000

    Include qcursor.h to workaround bug in khtml/rendering/render_frames.cpp
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@84 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQWidget.h b/WebCore/kwq/KWQWidget.h
index 5ad3d5f..df2d090 100644
--- a/WebCore/kwq/KWQWidget.h
+++ b/WebCore/kwq/KWQWidget.h
@@ -34,6 +34,9 @@
 #include "qstyle.h"
 #include "qfont.h"
 
+// FIXME: include to workaround bug in khtml/rendering/render_frames.cpp
+#include "qcursor.h"
+
 class QWidget : public QObject, public QPaintDevice {
 public:
     // FIXME: do any of these methods need to be virtual?
diff --git a/WebCore/kwq/qt/qwidget.h b/WebCore/kwq/qt/qwidget.h
index 5ad3d5f..df2d090 100644
--- a/WebCore/kwq/qt/qwidget.h
+++ b/WebCore/kwq/qt/qwidget.h
@@ -34,6 +34,9 @@
 #include "qstyle.h"
 #include "qfont.h"
 
+// FIXME: include to workaround bug in khtml/rendering/render_frames.cpp
+#include "qcursor.h"
+
 class QWidget : public QObject, public QPaintDevice {
 public:
     // FIXME: do any of these methods need to be virtual?
diff --git a/WebCore/src/kwq/qt/qwidget.h b/WebCore/src/kwq/qt/qwidget.h
index 5ad3d5f..df2d090 100644
--- a/WebCore/src/kwq/qt/qwidget.h
+++ b/WebCore/src/kwq/qt/qwidget.h
@@ -34,6 +34,9 @@
 #include "qstyle.h"
 #include "qfont.h"
 
+// FIXME: include to workaround bug in khtml/rendering/render_frames.cpp
+#include "qcursor.h"
+
 class QWidget : public QObject, public QPaintDevice {
 public:
     // FIXME: do any of these methods need to be virtual?

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list