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

beidson at apple.com beidson at apple.com
Wed Dec 22 14:23:42 UTC 2010


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

    Forgot this to keep the build working.
    
    Reviewed by BUILD FIX.
    
    * WebKit2Prefix.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69327 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index fc1b2d7..a9138f4 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,11 @@
+2010-10-07  Brady Eidson  <beidson at apple.com>
+
+        Reviewed by BUILD FIX.
+
+        Forgot this to keep the build working.
+
+        * WebKit2Prefix.h:
+
 2010-10-07  Anders Carlsson  <andersca at apple.com>
 
         Reviewed by John Sullivan.
diff --git a/WebKit2/WebKit2Prefix.h b/WebKit2/WebKit2Prefix.h
index 5811fa3..0132c50 100644
--- a/WebKit2/WebKit2Prefix.h
+++ b/WebKit2/WebKit2Prefix.h
@@ -29,6 +29,14 @@
 #include <wtf/FastMalloc.h>
 #endif
 
+#ifdef __cplusplus
+#define EXTERN_C_BEGIN extern "C" {
+#define EXTERN_C_END }
+#else
+#define EXTERN_C_BEGIN
+#define EXTERN_C_END
+#endif
+
 #if defined(BUILDING_QT__)
 
 #define WTF_USE_JSC 1

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list