Title: [96072] trunk/Tools
Revision
96072
Author
[email protected]
Date
2011-09-26 23:26:14 -0700 (Mon, 26 Sep 2011)

Log Message

[Qt][WK2] One more unreviewed buildfix after r96005.

* WebKitTestRunner/qt/TestInvocationQt.cpp: Missing include added.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (96071 => 96072)


--- trunk/Tools/ChangeLog	2011-09-27 06:15:20 UTC (rev 96071)
+++ trunk/Tools/ChangeLog	2011-09-27 06:26:14 UTC (rev 96072)
@@ -1,5 +1,11 @@
 2011-09-26  Csaba Osztrogonác  <[email protected]>
 
+        [Qt][WK2] One more unreviewed buildfix after r96005.
+
+        * WebKitTestRunner/qt/TestInvocationQt.cpp: Missing include added.
+
+2011-09-26  Csaba Osztrogonác  <[email protected]>
+
         [Qt][WK2] Unreviewed buildfix after r96005.
 
         * WebKitTestRunner/qt/TestInvocationQt.cpp:

Modified: trunk/Tools/WebKitTestRunner/qt/TestInvocationQt.cpp (96071 => 96072)


--- trunk/Tools/WebKitTestRunner/qt/TestInvocationQt.cpp	2011-09-27 06:15:20 UTC (rev 96071)
+++ trunk/Tools/WebKitTestRunner/qt/TestInvocationQt.cpp	2011-09-27 06:26:14 UTC (rev 96072)
@@ -30,6 +30,7 @@
 #include <QCryptographicHash>
 #include <WebKit2/WKImageQt.h>
 #include <stdio.h>
+#include "UnusedParam.h"
 
 namespace WTR {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to