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

ggaren at apple.com ggaren at apple.com
Wed Apr 7 23:30:24 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 329b763edb9eefdb8bd86dc785a263bfe9670312
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 11 07:30:06 2009 +0000

    Linux build fix: Added an #include for UINT_MAX.
    
    * runtime/WeakRandom.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50791 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index c43114f..98ed970 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2009-11-10  Geoffrey Garen  <ggaren at apple.com>
 
+        Linux build fix: Added an #include for UINT_MAX.
+
+        * runtime/WeakRandom.h:
+
+2009-11-10  Geoffrey Garen  <ggaren at apple.com>
+
         JavaScriptGlue build fix: Marked a file 'private' instead of 'project'.
 
         * JavaScriptCore.xcodeproj/project.pbxproj:
diff --git a/JavaScriptCore/runtime/WeakRandom.h b/JavaScriptCore/runtime/WeakRandom.h
index 58c2e75..ff3995e 100644
--- a/JavaScriptCore/runtime/WeakRandom.h
+++ b/JavaScriptCore/runtime/WeakRandom.h
@@ -50,6 +50,7 @@
 #ifndef WeakRandom_h
 #define WeakRandom_h
 
+#include <limits.h>
 #include <wtf/StdLibExtras.h>
 
 namespace JSC {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list