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

Changeset 176705 in webkit


Ignore:
Timestamp:
Dec 2, 2014, 6:01:42 PM (12 years ago)
Author:
oliver@apple.com
Message:

Fix IOS builds.

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r176683 r176705  
     12014-12-02  Oliver Hunt  <oliver@apple.com>
     2
     3        Fix IOS builds.
     4
     5        * wtf/IndexedIterator.h:
     6
    172014-12-02  Gavin Barraclough  <barraclough@apple.com>
    28
  • trunk/Source/WTF/wtf/IndexedIterator.h

    r176616 r176705  
    226226    }
    227227
    228 #if __SIZEOF_SIZE_T__ != __SIZEOF_INT__ || PLATFORM(MAC)
     228#if __SIZEOF_SIZE_T__ != __SIZEOF_INT__ || PLATFORM(MAC) || PLATFORM(IOS)
    229229    IndexedIterator operator+(unsigned increment) const
    230230    {
Note: See TracChangeset for help on using the changeset viewer.