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

aroben at apple.com aroben at apple.com
Thu Apr 8 00:42:16 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit b53904341578c5e6d94076fa4b5dbfb88a214cda
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 18 17:42:33 2009 +0000

    GTK (and others?) build fix
    
    * platform/text/StringImpl.h: Added #include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52315 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f626299..3db10fb 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2009-12-18  Adam Roben  <aroben at apple.com>
 
+        GTK (and others?) build fix
+
+        * platform/text/StringImpl.h: Added #include.
+
+2009-12-18  Adam Roben  <aroben at apple.com>
+
         Reduce #includes in a few high-use headers
 
         Removed unnecessary #includes in these headers:
diff --git a/WebCore/platform/text/StringImpl.h b/WebCore/platform/text/StringImpl.h
index 9693cb7..b454463 100644
--- a/WebCore/platform/text/StringImpl.h
+++ b/WebCore/platform/text/StringImpl.h
@@ -23,6 +23,7 @@
 #ifndef StringImpl_h
 #define StringImpl_h
 
+#include <limits.h>
 #include <wtf/ASCIICType.h>
 #include <wtf/CrossThreadRefCounted.h>
 #include <wtf/OwnFastMallocPtr.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list