⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 92128 in webkit


Ignore:
Timestamp:
Aug 1, 2011, 9:02:19 AM (15 years ago)
Author:
jeffm@apple.com
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.
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r92097 r92128  
     12011-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
    182011-07-31  Anders Carlsson  <andersca@apple.com>
    29
  • trunk/Tools/TestWebKitAPI/win/InjectedBundleControllerWin.cpp

    r92096 r92128  
    2424 */
    2525
    26 #import "InjectedBundleController.h"
    27 
    28 #import <Foundation/Foundation.h>
     26#include "InjectedBundleController.h"
    2927
    3028namespace TestWebKitAPI {
  • trunk/Tools/TestWebKitAPI/win/TestWebKitAPIInjectedBundle.vcproj

    r86354 r92128  
    390390                        >
    391391                        <File
     392                                RelativePath=".\InjectedBundleControllerWin.cpp"
     393                                >
     394                        </File>
     395                        <File
    392396                                RelativePath=".\PlatformUtilitiesWin.cpp"
    393397                                >
Note: See TracChangeset for help on using the changeset viewer.