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

barraclough at apple.com barraclough at apple.com
Wed Dec 22 11:31:23 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c5c409e44d1cbd780deaefe05a9b54e760b99d22
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 27 23:57:42 2010 +0000

    Speculative build fix for GTK/64 ... seems to be barfing on a comment o_O
    
    * wtf/Platform.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64180 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 249fa56..e567e93 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-27  Gavin Barraclough  <barraclough at apple.com>
+
+        Speculative build fix for GTK/64 ... seems to be barfing on a comment o_O
+
+        * wtf/Platform.h:
+
 2010-07-27  Michael Saboff  <msaboff at apple.com>
 
         Reviewed by Gavin Barraclough.
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 1a7fad2..580d814 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -919,7 +919,7 @@ on MinGW. See https://bugs.webkit.org/show_bug.cgi?id=29268 */
 #define ENABLE_REPAINT_THROTTLING 0
 #endif
 
-// Disable the JIT on versiond of GCC prior to 4.1.
+// Disable the JIT on versiond of GCC prior to 4.1
 #if !defined(ENABLE_JIT) && COMPILER(GCC) && !GCC_VERSION_AT_LEAST(4,1,0)
 #define ENABLE_JIT 0
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list