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

vicki vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:38:59 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3d46cab533a6e264edc45f892c7ce25733727384
Author: vicki <vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue May 11 17:30:43 2004 +0000

    fix B&I build failure caused by case sensitivity
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6575 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 6788645..94d47d3 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,9 @@
+2004-05-11  Vicki Murley  <vicki at apple.com>
+
+        Reviewed by Vicki (fixed by Darin).
+
+        * kwq/KWQKSSLKeyGen.h: fix build failure in B&I due to case sensitivity
+
 2004-05-09  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Darin.
diff --git a/WebCore/kwq/KWQKSSLKeyGen.h b/WebCore/kwq/KWQKSSLKeyGen.h
index 5617a38..22ebba1 100644
--- a/WebCore/kwq/KWQKSSLKeyGen.h
+++ b/WebCore/kwq/KWQKSSLKeyGen.h
@@ -27,7 +27,8 @@
 #define KSSLKEYGEN_H_
 
 #include "KWQStringList.h"
-#include "QWidget.h"
+
+class KURL;
 
 class KSSLKeyGen
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list