Title: [176616] trunk/Source/WTF
- Revision
- 176616
- Author
- [email protected]
- Date
- 2014-12-01 17:16:04 -0800 (Mon, 01 Dec 2014)
Log Message
Fix non-mac builds.
* wtf/IndexedIterator.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (176615 => 176616)
--- trunk/Source/WTF/ChangeLog 2014-12-02 01:12:27 UTC (rev 176615)
+++ trunk/Source/WTF/ChangeLog 2014-12-02 01:16:04 UTC (rev 176616)
@@ -1,5 +1,11 @@
2014-12-01 Oliver Hunt <[email protected]>
+ Fix non-mac builds.
+
+ * wtf/IndexedIterator.h:
+
+2014-12-01 Oliver Hunt <[email protected]>
+
Fix 32-bit build.
* wtf/IndexedIterator.h:
Modified: trunk/Source/WTF/wtf/IndexedIterator.h (176615 => 176616)
--- trunk/Source/WTF/wtf/IndexedIterator.h 2014-12-02 01:12:27 UTC (rev 176615)
+++ trunk/Source/WTF/wtf/IndexedIterator.h 2014-12-02 01:16:04 UTC (rev 176616)
@@ -225,7 +225,7 @@
return result -= static_cast<unsigned long long>(decrement);
}
-#if __SIZEOF_SIZE_T__ != __SIZEOF_INT__ || !PLATFORM(WIN)
+#if __SIZEOF_SIZE_T__ != __SIZEOF_INT__ || PLATFORM(MAC)
IndexedIterator operator+(unsigned increment) const
{
IndexedIterator result(*this);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes