Changeset 87154 in webkit


Ignore:
Timestamp:
May 24, 2011 8:39:49 AM (13 years ago)
Author:
beidson@apple.com
Message:

Build fix after r87153

  • WebProcess/mac/SecItemShimMethods.mm: Don't compile this code on SnowLeopard.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r87153 r87154  
     12011-05-24  Brady Eidson  <beidson@apple.com>
     2
     3        Build fix after r87153
     4
     5        * WebProcess/mac/SecItemShimMethods.mm: Don't compile this code on SnowLeopard.
     6
    172011-05-23  Brady Eidson  <beidson@apple.com>
    28
  • trunk/Source/WebKit2/WebProcess/mac/SecItemShimMethods.mm

    r87153 r87154  
    2525#import "config.h"
    2626#import "SecItemShimMethods.h"
     27
     28#if !defined(BUILDING_ON_SNOW_LEOPARD)
    2729
    2830#import "SecItemRequestData.h"
     
    169171
    170172} // namespace WebKit
     173
     174#endif // !BUILDING_ON_SNOW_LEOPARD
Note: See TracChangeset for help on using the changeset viewer.