Title: [92128] trunk/Tools
Revision
92128
Author
[email protected]
Date
2011-08-01 09:02:19 -0700 (Mon, 01 Aug 2011)

Log Message

Windows build fix after r92096.

* TestWebKitAPI/win/InjectedBundleControllerWin.cpp: Use #include, not #import, and don't include Foundation.h.
* TestWebKitAPI/win/TestWebKitAPIInjectedBundle.vcproj: Add InjectedBundleControllerWin.cpp.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (92127 => 92128)


--- trunk/Tools/ChangeLog	2011-08-01 16:01:39 UTC (rev 92127)
+++ trunk/Tools/ChangeLog	2011-08-01 16:02:19 UTC (rev 92128)
@@ -1,3 +1,10 @@
+2011-08-01  Jeff Miller  <[email protected]>
+
+        Windows build fix after r92096.
+
+        * TestWebKitAPI/win/InjectedBundleControllerWin.cpp: Use #include, not #import, and don't include Foundation.h.
+        * TestWebKitAPI/win/TestWebKitAPIInjectedBundle.vcproj: Add InjectedBundleControllerWin.cpp.
+
 2011-07-31  Anders Carlsson  <[email protected]>
 
         DownloadDecideDestinationCrash WebKit2 API tests crashes

Modified: trunk/Tools/TestWebKitAPI/win/InjectedBundleControllerWin.cpp (92127 => 92128)


--- trunk/Tools/TestWebKitAPI/win/InjectedBundleControllerWin.cpp	2011-08-01 16:01:39 UTC (rev 92127)
+++ trunk/Tools/TestWebKitAPI/win/InjectedBundleControllerWin.cpp	2011-08-01 16:02:19 UTC (rev 92128)
@@ -23,10 +23,8 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#import "InjectedBundleController.h"
+#include "InjectedBundleController.h"
 
-#import <Foundation/Foundation.h>
-
 namespace TestWebKitAPI {
 
 void InjectedBundleController::platformInitialize()

Modified: trunk/Tools/TestWebKitAPI/win/TestWebKitAPIInjectedBundle.vcproj (92127 => 92128)


--- trunk/Tools/TestWebKitAPI/win/TestWebKitAPIInjectedBundle.vcproj	2011-08-01 16:01:39 UTC (rev 92127)
+++ trunk/Tools/TestWebKitAPI/win/TestWebKitAPIInjectedBundle.vcproj	2011-08-01 16:02:19 UTC (rev 92128)
@@ -389,6 +389,10 @@
 			Name="win"
 			>
 			<File
+				RelativePath=".\InjectedBundleControllerWin.cpp"
+				>
+			</File>
+			<File
 				RelativePath=".\PlatformUtilitiesWin.cpp"
 				>
 			</File>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to