[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

commit-queue at webkit.org commit-queue at webkit.org
Fri Jan 21 14:41:46 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit f4595e63adc39e55c98c09756126a000d06906cc
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 24 20:55:32 2010 +0000

    2010-12-24  Benjamin Poulain  <ikipou at gmail.com>
    
            Reviewed by Darin Adler.
    
            [Qt] [WK2] WebKit 2 does not build on mac, missing reference to RetainPtr
            https://bugs.webkit.org/show_bug.cgi?id=51598
    
            Fix the build, add the missing header.
    
            * WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74650 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 1daaf8a..3e6291d 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-24  Benjamin Poulain  <ikipou at gmail.com>
+
+        Reviewed by Darin Adler.
+
+        [Qt] [WK2] WebKit 2 does not build on mac, missing reference to RetainPtr
+        https://bugs.webkit.org/show_bug.cgi?id=51598
+
+        Fix the build, add the missing header.
+
+        * WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
+
 2010-12-24  Dan Bernstein  <mitz at apple.com>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp b/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp
index 81069e3..7ac5897 100644
--- a/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp
+++ b/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp
@@ -35,6 +35,7 @@
 #include <WebCore/Page.h>
 #include <WebCore/PageGroup.h>
 #include <wtf/MathExtras.h>
+#include <wtf/RetainPtr.h>
 #include <wtf/text/CString.h>
 
 // FIXME: Implement localization.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list