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

Changeset 176616 in webkit


Ignore:
Timestamp:
Dec 1, 2014, 5:16:04 PM (12 years ago)
Author:
oliver@apple.com
Message:

Fix non-mac builds.

  • wtf/IndexedIterator.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r176603 r176616  
     12014-12-01  Oliver Hunt  <oliver@apple.com>
     2
     3        Fix non-mac builds.
     4
     5        * wtf/IndexedIterator.h:
     6
    172014-12-01  Oliver Hunt  <oliver@apple.com>
    28
  • trunk/Source/WTF/wtf/IndexedIterator.h

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