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

ossy at webkit.org ossy at webkit.org
Wed Dec 22 13:14:19 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0e3f8867baabaa2177fa0e888125ed5ce1926771
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 9 16:27:57 2010 +0000

    2010-09-09  Csaba Osztrogonác  <ossy at webkit.org>
    
            Reviewed by Gavin Barraclough.
    
            [Qt] JSVALUE32_64 not works on Windows platform with MinGW compiler
            https://bugs.webkit.org/show_bug.cgi?id=29268
    
            * wtf/Platform.h: Enable JSVALUE32_64 for Qt/Windows/MinGW, because it works now.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67090 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index ed7391b..30f80c9 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-09  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Reviewed by Gavin Barraclough.
+
+        [Qt] JSVALUE32_64 not works on Windows platform with MinGW compiler
+        https://bugs.webkit.org/show_bug.cgi?id=29268
+
+        * wtf/Platform.h: Enable JSVALUE32_64 for Qt/Windows/MinGW, because it works now.
+
 2010-09-08  Zoltan Herczeg  <zherczeg at webkit.org>
 
         Reviewed by Darin Adler.
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index a8b0504..69de151 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -930,10 +930,6 @@
 #define WTF_USE_JSVALUE64 1
 #elif CPU(ARM_TRADITIONAL) && COMPILER(MSVC)
 #define WTF_USE_JSVALUE32 1
-#elif OS(WINDOWS) && COMPILER(MINGW)
-/* Using JSVALUE32_64 causes padding/alignement issues for JITStubArg
-on MinGW. See https://bugs.webkit.org/show_bug.cgi?id=29268 */
-#define WTF_USE_JSVALUE32 1
 #else
 #define WTF_USE_JSVALUE32_64 1
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list