2010-12-24 Benjamin Poulain <ikipou@gmail.com>
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Dec 2010 20:55:32 +0000 (20:55 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Dec 2010 20:55:32 +0000 (20:55 +0000)
        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

WebKit2/ChangeLog
WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp

index 1daaf8a..3e6291d 100644 (file)
@@ -1,3 +1,14 @@
+2010-12-24  Benjamin Poulain  <ikipou@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@apple.com>
 
         Reviewed by Anders Carlsson.
index 81069e3..7ac5897 100644 (file)
@@ -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.