Title: [176705] trunk/Source/WTF
Revision
176705
Author
oli...@apple.com
Date
2014-12-02 18:01:42 -0800 (Tue, 02 Dec 2014)

Log Message

Fix IOS builds.

Modified Paths


Diff

Modified: trunk/Source/WTF/ChangeLog (176704 => 176705)


--- trunk/Source/WTF/ChangeLog	2014-12-03 01:52:18 UTC (rev 176704)
+++ trunk/Source/WTF/ChangeLog	2014-12-03 02:01:42 UTC (rev 176705)
@@ -1,3 +1,9 @@
+2014-12-02  Oliver Hunt  <oli...@apple.com>
+
+        Fix IOS builds.
+
+        * wtf/IndexedIterator.h:
+
 2014-12-02  Gavin Barraclough  <barraclo...@apple.com>
 
         Generalize PageActivityAssertionToken

Modified: trunk/Source/WTF/wtf/IndexedIterator.h (176704 => 176705)


--- trunk/Source/WTF/wtf/IndexedIterator.h	2014-12-03 01:52:18 UTC (rev 176704)
+++ trunk/Source/WTF/wtf/IndexedIterator.h	2014-12-03 02:01:42 UTC (rev 176705)
@@ -225,7 +225,7 @@
         return result -= static_cast<unsigned long long>(decrement);
     }
 
-#if __SIZEOF_SIZE_T__ != __SIZEOF_INT__ || PLATFORM(MAC)
+#if __SIZEOF_SIZE_T__ != __SIZEOF_INT__ || PLATFORM(MAC) || PLATFORM(IOS)
     IndexedIterator operator+(unsigned increment) const
     {
         IndexedIterator result(*this);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to