[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

andersca at apple.com andersca at apple.com
Mon Feb 21 00:15:19 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit c345385b2754fac61b558f5a1f0d92e37bb27d75
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 29 00:33:45 2011 +0000

    Fix Windows build.
    
    * Shared/PrintInfo.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77024 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog
index 694a8ee..98a437c 100644
--- a/Source/WebKit2/ChangeLog
+++ b/Source/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2011-01-28  Anders Carlsson  <andersca at apple.com>
 
+        Fix Windows build.
+
+        * Shared/PrintInfo.h:
+
+2011-01-28  Anders Carlsson  <andersca at apple.com>
+
         Fix tyop.
 
         * Shared/mac/CoreAnimationRenderer.mm:
diff --git a/Source/WebKit2/Shared/PrintInfo.h b/Source/WebKit2/Shared/PrintInfo.h
index c63c517..502be93 100644
--- a/Source/WebKit2/Shared/PrintInfo.h
+++ b/Source/WebKit2/Shared/PrintInfo.h
@@ -28,7 +28,12 @@
 
 #include <wtf/Platform.h>
 
+#if PLATFORM(MAC)
 OBJC_CLASS NSPrintInfo;
+#else
+// FIXME: This should use the windows equivalent.
+class NSPrintInfo;
+#endif
 
 namespace CoreIPC {
     class ArgumentDecoder;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list