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

mjs at apple.com mjs at apple.com
Wed Dec 22 11:12:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 652b7f0b7ac4c08cd3453bbe1fe8330cc6955677
Author: mjs at apple.com <mjs at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 15 03:35:00 2010 +0000

    - Fix WebKitTestRunner build
    
    Reviewed by Mark Rowe.
    
    * WebProcess/InjectedBundle/API/c/WKBundlePage.h: Add stdint.h include.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63398 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 3f8766a..d01630e 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-14  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Mark Rowe.
+
+        - Fix WebKitTestRunner build
+
+        * WebProcess/InjectedBundle/API/c/WKBundlePage.h: Add stdint.h include.
+
 2010-07-14  Anders Carlsson  <andersca at apple.com>
 
         Try to fix Windows build.
diff --git a/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h b/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h
index 1236899..309080f 100644
--- a/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h
+++ b/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h
@@ -27,6 +27,7 @@
 #define WKBundlePage_h
 
 #include <JavaScriptCore/JavaScript.h>
+#include <stdint.h>
 #include <WebKit2/WKBase.h>
 #include <WebKit2/WKBundleBase.h>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list