Changeset 92128 in webkit
- Timestamp:
- Aug 1, 2011, 9:02:19 AM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/win/InjectedBundleControllerWin.cpp (modified) (1 diff)
-
TestWebKitAPI/win/TestWebKitAPIInjectedBundle.vcproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r92097 r92128 1 2011-08-01 Jeff Miller <jeffm@apple.com> 2 3 Windows build fix after r92096. 4 5 * TestWebKitAPI/win/InjectedBundleControllerWin.cpp: Use #include, not #import, and don't include Foundation.h. 6 * TestWebKitAPI/win/TestWebKitAPIInjectedBundle.vcproj: Add InjectedBundleControllerWin.cpp. 7 1 8 2011-07-31 Anders Carlsson <andersca@apple.com> 2 9 -
trunk/Tools/TestWebKitAPI/win/InjectedBundleControllerWin.cpp
r92096 r92128 24 24 */ 25 25 26 #import "InjectedBundleController.h" 27 28 #import <Foundation/Foundation.h> 26 #include "InjectedBundleController.h" 29 27 30 28 namespace TestWebKitAPI { -
trunk/Tools/TestWebKitAPI/win/TestWebKitAPIInjectedBundle.vcproj
r86354 r92128 390 390 > 391 391 <File 392 RelativePath=".\InjectedBundleControllerWin.cpp" 393 > 394 </File> 395 <File 392 396 RelativePath=".\PlatformUtilitiesWin.cpp" 393 397 >
Note:
See TracChangeset
for help on using the changeset viewer.