[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

hausmann at webkit.org hausmann at webkit.org
Thu Feb 4 21:28:05 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit e21d51027394120eb7f41b31fb0180eea9112d4c
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 26 14:13:26 2010 +0000

    [Qt] Fix the build on platforms without JIT support.
    
    Reviewed by Tor Arne Vestbø.
    
    The JIT support should be determined at compile-time via wtf/Platform.h
    
    * qt/api/QtScript.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53853 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 94b37c8..6bb95a3 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-01-26  Simon Hausmann  <simon.hausmann at nokia.com>
+
+        Reviewed by Tor Arne Vestbø.
+
+        [Qt] Fix the build on platforms without JIT support.
+
+        The JIT support should be determined at compile-time via wtf/Platform.h
+
+        * qt/api/QtScript.pro:
+
 2010-01-26  Jedrzej Nowacki  <jedrzej.nowacki at nokia.com>
 
         Reviewed by Simon Hausmann.
diff --git a/JavaScriptCore/qt/api/QtScript.pro b/JavaScriptCore/qt/api/QtScript.pro
index c5e253d..c87eaf4 100644
--- a/JavaScriptCore/qt/api/QtScript.pro
+++ b/JavaScriptCore/qt/api/QtScript.pro
@@ -5,7 +5,6 @@ QT         = core
 INCLUDEPATH += $$PWD
 
 CONFIG += building-libs
-JAVASCRIPTCORE_JIT = yes
 
 isEmpty(JSC_GENERATED_SOURCES_DIR):JSC_GENERATED_SOURCES_DIR = ../../generated
 CONFIG(debug, debug|release) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list