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

andersca at apple.com andersca at apple.com
Wed Dec 22 14:48:24 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 77ed89df2dc2f096c4472b9ce2fe357df0e21726
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 20 21:28:19 2010 +0000

    Fix clang++ build.
    
    * UIProcess/API/C/WKNativeEvent.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70180 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index fdd9458..b66f444 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-20  Anders Carlsson  <andersca at apple.com>
+
+        Fix clang++ build.
+
+        * UIProcess/API/C/WKNativeEvent.h:
+
 2010-10-20  Eric Carlson  <eric.carlson at apple.com>
 
         Reviewed by Simon Fraser.
diff --git a/WebKit2/UIProcess/API/C/WKNativeEvent.h b/WebKit2/UIProcess/API/C/WKNativeEvent.h
index e15f4c5..ee0bd17 100644
--- a/WebKit2/UIProcess/API/C/WKNativeEvent.h
+++ b/WebKit2/UIProcess/API/C/WKNativeEvent.h
@@ -33,6 +33,8 @@ extern "C" {
 #ifdef __APPLE__
 #ifdef __OBJC__
 @class NSEvent;
+#elif __cplusplus
+class NSEvent;
 #else
 struct NSEvent;
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list