[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

darin at apple.com darin at apple.com
Wed Dec 22 14:23:46 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6337d86c4a1e1b9f8b7181e8e1d6d7ae93fcb3f6
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 7 19:35:47 2010 +0000

    Fix include mistake that makes build fail with non-Objective-C.
    
    * Shared/API/c/mac/WKCertificateInfoMac.h: Include CoreFoundation.h,
    not Foundation.h.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69330 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index e5c5cdf..fbe24fa 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-07  Darin Adler  <darin at apple.com>
+
+        Fix include mistake that makes build fail with non-Objective-C.
+
+        * Shared/API/c/mac/WKCertificateInfoMac.h: Include CoreFoundation.h,
+        not Foundation.h.
+
 2010-10-07  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKit2/Shared/API/c/mac/WKCertificateInfoMac.h b/WebKit2/Shared/API/c/mac/WKCertificateInfoMac.h
index 11efdb7..90e639c 100644
--- a/WebKit2/Shared/API/c/mac/WKCertificateInfoMac.h
+++ b/WebKit2/Shared/API/c/mac/WKCertificateInfoMac.h
@@ -26,7 +26,7 @@
 #ifndef WKCertificateInfoMac_h
 #define WKCertificateInfoMac_h
 
-#include <Foundation/Foundation.h>
+#include <CoreFoundation/CoreFoundation.h>
 #include <WebKit2/WKBase.h>
 
 #ifdef __cplusplus

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list