Title: [176118] trunk/Source/WebKit2
Revision
176118
Author
zandober...@gmail.com
Date
2014-11-14 00:43:05 -0800 (Fri, 14 Nov 2014)

Log Message

Unreviewed build fix for the GTK+ port using Clang.

* UIProcess/gtk/RedirectedXCompositeWindow.h: Include the <functional>
header for the use of std::function<>.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (176117 => 176118)


--- trunk/Source/WebKit2/ChangeLog	2014-11-14 08:21:40 UTC (rev 176117)
+++ trunk/Source/WebKit2/ChangeLog	2014-11-14 08:43:05 UTC (rev 176118)
@@ -1,3 +1,10 @@
+2014-11-14  Zan Dobersek  <zdober...@igalia.com>
+
+        Unreviewed build fix for the GTK+ port using Clang.
+
+        * UIProcess/gtk/RedirectedXCompositeWindow.h: Include the <functional>
+        header for the use of std::function<>.
+
 2014-11-13  Dan Bernstein  <m...@apple.com>
 
         Two WKWebView internal methods are implemented in a category

Modified: trunk/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.h (176117 => 176118)


--- trunk/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.h	2014-11-14 08:21:40 UTC (rev 176117)
+++ trunk/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.h	2014-11-14 08:43:05 UTC (rev 176118)
@@ -31,6 +31,7 @@
 
 #include <WebCore/IntSize.h>
 #include <WebCore/RefPtrCairo.h>
+#include <functional>
 
 typedef struct _XDisplay Display;
 typedef unsigned long Damage;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to