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

paroga at webkit.org paroga at webkit.org
Wed Dec 22 13:54:47 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 653ea74a328cf48ab3bfd2ef02c78260d171b0b1
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 29 15:35:39 2010 +0000

    2010-09-29  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed.
    
            Build fix for cygwin.
    
            * wtf/Assertions.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68647 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 5c5d9be..ad163f1 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,13 @@
 2010-09-29  Patrick Gansterer  <paroga at webkit.org>
 
+        Unreviewed.
+
+        Build fix for cygwin.
+
+        * wtf/Assertions.cpp:
+
+2010-09-29  Patrick Gansterer  <paroga at webkit.org>
+
         Reviewed by Andreas Kling.
 
         [WINCE] Buildfix for Assertions.cpp after r68511.
diff --git a/JavaScriptCore/wtf/Assertions.cpp b/JavaScriptCore/wtf/Assertions.cpp
index 7f6b438..d66885d 100644
--- a/JavaScriptCore/wtf/Assertions.cpp
+++ b/JavaScriptCore/wtf/Assertions.cpp
@@ -46,7 +46,7 @@
 #include <crtdbg.h>
 #endif
 
-#if OS(WINCE)
+#if OS(WIN)
 #include <winbase.h>
 #endif
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list