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

mitz at apple.com mitz at apple.com
Wed Dec 22 12:06:25 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ba58d5bd5bf2c26cf7af9387377620032a9b746f
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Aug 14 08:39:08 2010 +0000

    Clean build of WebKitTestRunner fails with “'size_t' has not been declared” in WKArray.h
    https://bugs.webkit.org/show_bug.cgi?id=44005
    
    Reviewed by Anders Carlsson in Sweden.
    
    * UIProcess/API/C/WKBase.h: Include ctype.h.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65363 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 71aae28..ed552ee 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-14  Dan Bernstein  <mitz at apple.com>
+
+        Reviewed by Anders Carlsson in Sweden.
+
+        Clean build of WebKitTestRunner fails with “'size_t' has not been declared” in WKArray.h
+        https://bugs.webkit.org/show_bug.cgi?id=44005
+
+        * UIProcess/API/C/WKBase.h: Include ctype.h.
+
 2010-08-13  Sam Weinig  <sam at webkit.org>
 
         Fix build.
diff --git a/WebKit2/UIProcess/API/C/WKBase.h b/WebKit2/UIProcess/API/C/WKBase.h
index 800cca9..c6b8d84 100644
--- a/WebKit2/UIProcess/API/C/WKBase.h
+++ b/WebKit2/UIProcess/API/C/WKBase.h
@@ -26,6 +26,7 @@
 #ifndef WKBase_h
 #define WKBase_h
 
+#include <ctype.h>
 #include <stdint.h>
 
 #if defined(WIN32) || defined(_WIN32)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list