[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:48 UTC 2010


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

    2010-09-29  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed.
    
            Build fix for cygwin #2. Oops, it's OS(WINDOWS), not OS(WIN).
    
            * wtf/Assertions.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68648 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index ad163f1..76ea4c1 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -2,6 +2,14 @@
 
         Unreviewed.
 
+        Build fix for cygwin #2. It's OS(WINDOWS), not OS(WIN).
+
+        * wtf/Assertions.cpp:
+
+2010-09-29  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed.
+
         Build fix for cygwin.
 
         * wtf/Assertions.cpp:
diff --git a/JavaScriptCore/wtf/Assertions.cpp b/JavaScriptCore/wtf/Assertions.cpp
index d66885d..02a9c87 100644
--- a/JavaScriptCore/wtf/Assertions.cpp
+++ b/JavaScriptCore/wtf/Assertions.cpp
@@ -46,7 +46,7 @@
 #include <crtdbg.h>
 #endif
 
-#if OS(WIN)
+#if OS(WINDOWS)
 #include <winbase.h>
 #endif
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list