[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

vestbo at webkit.org vestbo at webkit.org
Wed Apr 7 23:12:25 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 2f46d3a4b22e0d5c781694329918f9ab36ad2d21
Author: vestbo at webkit.org <vestbo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 28 16:14:38 2009 +0000

    Use JSVALUE64 on 64-bit Windows
    
    Patch by Jan-Arve Sæther <jan-arve.saether at nokia.com> on 2009-10-28
    Reviewed by Tor Arne Vestbø.
    
    * wtf/Platform.h: Make sure WTF_USE_JSVALUE64 is defined
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50218 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index cb4bab8..02fed14 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-28  Jan-Arve Sæther <jan-arve.saether at nokia.com>
+
+        Reviewed by Tor Arne Vestbø.
+
+        Build-fix for 64-bit Windows
+
+        * wtf/Platform.h: Make sure to use WTF_USE_JSVALUE64
+
 2009-10-28  Gavin Barraclough  <barraclough at apple.com>
 
         Reviewed by NOBODY (build fix!).
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 6bae0eb..aa85d0e 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -703,7 +703,7 @@
 #endif
 
 #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64)
-#if PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX))
+#if PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX) || PLATFORM(WIN_OS))
 #define WTF_USE_JSVALUE64 1
 #elif PLATFORM(ARM) || PLATFORM(PPC64)
 #define WTF_USE_JSVALUE32 1

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list