Title: [154567] trunk/Source/WebKit2
- Revision
- 154567
- Author
- [email protected]
- Date
- 2013-08-25 00:06:47 -0700 (Sun, 25 Aug 2013)
Log Message
Unreviewed GTK build fix after r154565.
* UIProcess/API/gtk/tests/TestInspector.cpp: Include the Vector header.
* UIProcess/API/gtk/tests/TestResources.cpp: Ditto.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (154566 => 154567)
--- trunk/Source/WebKit2/ChangeLog 2013-08-25 05:32:14 UTC (rev 154566)
+++ trunk/Source/WebKit2/ChangeLog 2013-08-25 07:06:47 UTC (rev 154567)
@@ -1,3 +1,10 @@
+2013-08-25 Zan Dobersek <[email protected]>
+
+ Unreviewed GTK build fix after r154565.
+
+ * UIProcess/API/gtk/tests/TestInspector.cpp: Include the Vector header.
+ * UIProcess/API/gtk/tests/TestResources.cpp: Ditto.
+
2013-08-24 Darin Adler <[email protected]>
Frame::tree should return a reference instead of a pointer
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestInspector.cpp (154566 => 154567)
--- trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestInspector.cpp 2013-08-25 05:32:14 UTC (rev 154566)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestInspector.cpp 2013-08-25 07:06:47 UTC (rev 154567)
@@ -20,6 +20,7 @@
#include "config.h"
#include "WebViewTest.h"
+#include <wtf/Vector.h>
#include <wtf/gobject/GRefPtr.h>
class InspectorTest: public WebViewTest {
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestResources.cpp (154566 => 154567)
--- trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestResources.cpp 2013-08-25 05:32:14 UTC (rev 154566)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestResources.cpp 2013-08-25 07:06:47 UTC (rev 154567)
@@ -21,6 +21,7 @@
#include "WebKitTestServer.h"
#include "WebViewTest.h"
+#include <wtf/Vector.h>
#include <wtf/gobject/GRefPtr.h>
static WebKitTestServer* kServer;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes