Title: [93414] trunk/Tools
Revision
93414
Author
[email protected]
Date
2011-08-19 08:39:55 -0700 (Fri, 19 Aug 2011)

Log Message

Windows build fix after r93404

* TestWebKitAPI/Tests/WebKit2/win/HideFindIndicator.cpp: Added missing #include.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (93413 => 93414)


--- trunk/Tools/ChangeLog	2011-08-19 15:37:09 UTC (rev 93413)
+++ trunk/Tools/ChangeLog	2011-08-19 15:39:55 UTC (rev 93414)
@@ -1,3 +1,9 @@
+2011-08-19  Adam Roben  <[email protected]>
+
+        Windows build fix after r93404
+
+        * TestWebKitAPI/Tests/WebKit2/win/HideFindIndicator.cpp: Added missing #include.
+
 2011-08-19  Tony Gentilcore  <[email protected]>
 
         Add leandrogracia to the committers list

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/win/HideFindIndicator.cpp (93413 => 93414)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/win/HideFindIndicator.cpp	2011-08-19 15:37:09 UTC (rev 93413)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/win/HideFindIndicator.cpp	2011-08-19 15:39:55 UTC (rev 93414)
@@ -25,6 +25,7 @@
 
 #include "PlatformUtilities.h"
 #include "PlatformWebView.h"
+#include "Test.h"
 
 namespace TestWebKitAPI {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to