[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

mrowe at apple.com mrowe at apple.com
Thu Oct 29 20:51:13 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 9be6bad6be5bd89f55612822712385fc5a2e3a18
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 24 03:01:26 2009 +0000

    Build fix.  Include config.h before including other files.
    
    * AccessibleImage.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50019 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/AccessibleImage.cpp b/WebKit/win/AccessibleImage.cpp
index 4b080b2..ee1d505 100644
--- a/WebKit/win/AccessibleImage.cpp
+++ b/WebKit/win/AccessibleImage.cpp
@@ -23,6 +23,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
+#include "config.h"
 #include "AccessibleImage.h"
 
 #include <WebCore/AccessibilityRenderObject.h>
diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index 6f166c1..85609f0 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-23  Mark Rowe  <mrowe at apple.com>
+
+        Build fix.  Include config.h before including other files.
+
+        * AccessibleImage.cpp:
+
 2009-10-23  Gavin Barraclough  <barraclough at apple.com>
 
         Reviewed by Geoff Garen.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list