Title: [96271] trunk/Source/WebKit2
Revision
96271
Author
bfulg...@webkit.org
Date
2011-09-28 17:09:02 -0700 (Wed, 28 Sep 2011)

Log Message

WinCairo build fix.

* WebProcess/WebPage/WebFrame.h: Add include of <wtc/RetainPtr.h>

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (96270 => 96271)


--- trunk/Source/WebKit2/ChangeLog	2011-09-29 00:06:06 UTC (rev 96270)
+++ trunk/Source/WebKit2/ChangeLog	2011-09-29 00:09:02 UTC (rev 96271)
@@ -1,3 +1,9 @@
+2011-09-28  Brent Fulgham  <bfulg...@webkit.org>
+
+        WinCairo build fix.
+
+        * WebProcess/WebPage/WebFrame.h: Add include of <wtc/RetainPtr.h>
+
 2011-09-28  Gustavo Noronha Silva  <gustavo.noro...@collabora.com>
 
         One more shot at fixing GTK+, this seems to make the dependencies

Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebFrame.h (96270 => 96271)


--- trunk/Source/WebKit2/WebProcess/WebPage/WebFrame.h	2011-09-29 00:06:06 UTC (rev 96270)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebFrame.h	2011-09-29 00:09:02 UTC (rev 96271)
@@ -36,6 +36,7 @@
 #include <wtf/Forward.h>
 #include <wtf/PassRefPtr.h>
 #include <wtf/RefPtr.h>
+#include <wtf/RetainPtr.h>
 
 namespace WebCore {
     class Frame;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to