[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

eric at webkit.org eric at webkit.org
Thu Feb 4 21:30:12 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 86e97e0b78f16e5f30e012356d458faa3f7a8c76
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 28 01:05:43 2010 +0000

    2010-01-27  George Wright  <gwright at rim.com>
    
            Reviewed by Adam Treat.
    
            https://bugs.webkit.org/show_bug.cgi?id=34216
    
            Add missing include for wtf/Platform.h
    
            * DumpRenderTree/AccessibilityController.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53962 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 24129f8..5a1281e 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,13 @@
+2010-01-27  George Wright  <gwright at rim.com>
+
+        Reviewed by Adam Treat.
+
+        https://bugs.webkit.org/show_bug.cgi?id=34216
+
+        Add missing include for wtf/Platform.h
+
+        * DumpRenderTree/AccessibilityController.h:
+
 2010-01-27  Diego Gonzalez  <diego.gonzalez at openbossa.org>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKitTools/DumpRenderTree/AccessibilityController.h b/WebKitTools/DumpRenderTree/AccessibilityController.h
index b4d45eb..5a75c2c 100644
--- a/WebKitTools/DumpRenderTree/AccessibilityController.h
+++ b/WebKitTools/DumpRenderTree/AccessibilityController.h
@@ -27,6 +27,7 @@
 #define AccessibilityController_h
 
 #include <JavaScriptCore/JSObjectRef.h>
+#include <wtf/Platform.h>
 #if PLATFORM(WIN)
 #include <windows.h>
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list