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

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


The following commit has been merged in the debian/unstable branch:
commit c253e3dbfb000b8360be9172ac2190ae6394f548
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon May 10 16:47:45 2004 +0000

            Reviewed by Vicki.
    
            - fixed build failure seen in B&I log (due to case sensitive file system?)
    
            * kwq/KWQLoader.h: Include "KWQCString.h" rather than "QCString.h". The latter was
            failing because the forwarding header is called "qcstring.h" and I guess B&I started
            building with a case sensitive file system. I could have changed this to "qcstring.h",
            but it seemed better to use the header's real name since we're inside KWQ here.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6563 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 4118f80..1b376a4 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,14 @@
+2004-05-10  Darin Adler  <darin at apple.com>
+
+        Reviewed by Vicki.
+
+        - fixed build failure seen in B&I log (due to case sensitive file system?)
+
+        * kwq/KWQLoader.h: Include "KWQCString.h" rather than "QCString.h". The latter was
+        failing because the forwarding header is called "qcstring.h" and I guess B&I started
+        building with a case sensitive file system. I could have changed this to "qcstring.h",
+        but it seemed better to use the header's real name since we're inside KWQ here.
+
 2004-05-07  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Dave.
diff --git a/WebCore/kwq/KWQLoader.h b/WebCore/kwq/KWQLoader.h
index 3cef60f..cc68105 100644
--- a/WebCore/kwq/KWQLoader.h
+++ b/WebCore/kwq/KWQLoader.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003 Apple Computer, Inc.  All rights reserved.
+ * Copyright (C) 2004 Apple Computer, Inc.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -23,8 +23,8 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
+#include "KWQCString.h"
 #include "KWQSignal.h"
-#include "QCString.h"
 
 namespace khtml {
     class CachedObject;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list