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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 11:53:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b8b21b5b839582114f04e93705a921122abd0827
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 10 18:50:41 2010 +0000

    2010-08-10  Patrick Gansterer  <paroga at paroga.com>
    
            Reviewed by David Levin.
    
            [WINCE] Buildfix for CE 6.0
            https://bugs.webkit.org/show_bug.cgi?id=43027
    
            CE 6.0 doesn't define localtime in the system include files.
    
            * wtf/Platform.h: Include ce_time.h on all OS(WINCE).
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65081 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index ac927d6..89c738e 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-10  Patrick Gansterer  <paroga at paroga.com>
+
+        Reviewed by David Levin.
+
+        [WINCE] Buildfix for CE 6.0
+        https://bugs.webkit.org/show_bug.cgi?id=43027
+
+        CE 6.0 doesn't define localtime in the system include files.
+
+        * wtf/Platform.h: Include ce_time.h on all OS(WINCE).
+
 2010-08-10  Gavin Barraclough  <barraclough at apple.com>
 
         Rubber stamped by Sam Weinig.
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 3a96aac..a7c04b5 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -541,7 +541,7 @@
 #endif
 
 
-#if OS(WINCE) && PLATFORM(QT)
+#if OS(WINCE)
 #include <ce_time.h>
 #endif
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list