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


The following commit has been merged in the debian/unstable branch:
commit cab27f554fc820eb5aab4be6956a57dce7076531
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 27 19:09:42 2001 +0000

    Added file
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@16 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQApplication.h b/WebCore/kwq/kwq.h
similarity index 86%
copy from WebCore/kwq/KWQApplication.h
copy to WebCore/kwq/kwq.h
index 94c9a02..c2686b1 100644
--- a/WebCore/kwq/KWQApplication.h
+++ b/WebCore/kwq/kwq.h
@@ -23,7 +23,14 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef QAPPLICATION_H_
-#define QAPPLICATION_H_
+#ifndef KWQDEF_H_
+#define KWQDEF_H_
+
+typedef unsigned short ushort;
+typedef unsigned uint;
+
+// FIXME: bogus forward declaration hack for parse error at line 47 of
+// "dom/css_extensions.h"
+class CSS2AzimuthImpl;
 
 #endif
diff --git a/WebCore/kwq/KWQApplication.h b/WebCore/src/kwq/kwq.h
similarity index 86%
copy from WebCore/kwq/KWQApplication.h
copy to WebCore/src/kwq/kwq.h
index 94c9a02..c2686b1 100644
--- a/WebCore/kwq/KWQApplication.h
+++ b/WebCore/src/kwq/kwq.h
@@ -23,7 +23,14 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef QAPPLICATION_H_
-#define QAPPLICATION_H_
+#ifndef KWQDEF_H_
+#define KWQDEF_H_
+
+typedef unsigned short ushort;
+typedef unsigned uint;
+
+// FIXME: bogus forward declaration hack for parse error at line 47 of
+// "dom/css_extensions.h"
+class CSS2AzimuthImpl;
 
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list