[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 11:18:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bcd1dbaf5cbc99b40a3b0d3e07ac977f1f1c8ae2
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jul 19 01:10:21 2010 +0000

    Another attempt at fixing the Windows build.
    
    * WebProcess/Plugins/NPJSObjectMap.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63640 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 8c1ef7e..94fb35c 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-07-18  Anders Carlsson  <andersca at apple.com>
 
+        Another attempt at fixing the Windows build.
+
+        * WebProcess/Plugins/NPJSObjectMap.h:
+
+2010-07-18  Anders Carlsson  <andersca at apple.com>
+
         Try to fix Windows build.
 
         * win/WebKit2.vcproj:
diff --git a/WebKit2/WebProcess/Plugins/NPJSObjectMap.h b/WebKit2/WebProcess/Plugins/NPJSObjectMap.h
index a823a01..d7b133d 100644
--- a/WebKit2/WebProcess/Plugins/NPJSObjectMap.h
+++ b/WebKit2/WebProcess/Plugins/NPJSObjectMap.h
@@ -28,7 +28,7 @@
 
 #include <wtf/HashMap.h>
 
-class NPObject;
+struct NPObject;
 
 namespace JSC {
     class JSObject;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list