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

jhoneycutt at apple.com jhoneycutt at apple.com
Sun Feb 20 23:07:58 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit ff92a4b63908db10afe442883e663118e651957b
Author: jhoneycutt at apple.com <jhoneycutt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 18 00:38:18 2011 +0000

    Windows build fix. Unreviewed.
    
    * Shared/PrintInfo.cpp:
    Use #include, not #import.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75981 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog
index 92f9844..f382e2e 100644
--- a/Source/WebKit2/ChangeLog
+++ b/Source/WebKit2/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-17  Jon Honeycutt  <jhoneycutt at apple.com>
+
+        Windows build fix. Unreviewed.
+
+        * Shared/PrintInfo.cpp:
+        Use #include, not #import.
+
 2011-01-17  Alexey Proskuryakov  <ap at apple.com>
 
         Actually wrote a FIXME promised for a review comment.
diff --git a/Source/WebKit2/Shared/PrintInfo.cpp b/Source/WebKit2/Shared/PrintInfo.cpp
index 6c27a73..2a9c5e0 100644
--- a/Source/WebKit2/Shared/PrintInfo.cpp
+++ b/Source/WebKit2/Shared/PrintInfo.cpp
@@ -23,7 +23,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#import "PrintInfo.h"
+#include "PrintInfo.h"
 
 #include "ArgumentDecoder.h"
 #include "ArgumentEncoder.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list