Changeset 176616 in webkit
- Timestamp:
- Dec 1, 2014, 5:16:04 PM (12 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/IndexedIterator.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r176603 r176616 1 2014-12-01 Oliver Hunt <oliver@apple.com> 2 3 Fix non-mac builds. 4 5 * wtf/IndexedIterator.h: 6 1 7 2014-12-01 Oliver Hunt <oliver@apple.com> 2 8 -
trunk/Source/WTF/wtf/IndexedIterator.h
r176603 r176616 226 226 } 227 227 228 #if __SIZEOF_SIZE_T__ != __SIZEOF_INT__ || !PLATFORM(WIN)228 #if __SIZEOF_SIZE_T__ != __SIZEOF_INT__ || PLATFORM(MAC) 229 229 IndexedIterator operator+(unsigned increment) const 230 230 {
Note:
See TracChangeset
for help on using the changeset viewer.