Title: [140236] trunk/Source/WTF
Revision
140236
Author
[email protected]
Date
2013-01-18 22:20:09 -0800 (Fri, 18 Jan 2013)

Log Message

Remove PLATFORM(TORCHMOBILE) from Assertions.h
https://bugs.webkit.org/show_bug.cgi?id=107355

Patch by Laszlo Gombos <[email protected]> on 2013-01-18
Reviewed by Eric Seidel.

This appears to be the only place where PLATFORM(TORCHMOBILE) is
used. I don't believe this ifdef is needed anymore.

* wtf/Assertions.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (140235 => 140236)


--- trunk/Source/WTF/ChangeLog	2013-01-19 06:15:39 UTC (rev 140235)
+++ trunk/Source/WTF/ChangeLog	2013-01-19 06:20:09 UTC (rev 140236)
@@ -1,3 +1,15 @@
+2013-01-18  Laszlo Gombos  <[email protected]>
+
+        Remove PLATFORM(TORCHMOBILE) from Assertions.h
+        https://bugs.webkit.org/show_bug.cgi?id=107355
+
+        Reviewed by Eric Seidel.
+
+        This appears to be the only place where PLATFORM(TORCHMOBILE) is
+        used. I don't believe this ifdef is needed anymore.
+
+        * wtf/Assertions.h:
+
 2013-01-18  Michael Saboff  <[email protected]>
 
         Refactor isPowerOf2() and add getLSBSet()

Modified: trunk/Source/WTF/wtf/Assertions.h (140235 => 140236)


--- trunk/Source/WTF/wtf/Assertions.h	2013-01-19 06:15:39 UTC (rev 140235)
+++ trunk/Source/WTF/wtf/Assertions.h	2013-01-19 06:20:09 UTC (rev 140236)
@@ -213,7 +213,7 @@
   Expressions inside them are evaluated in debug builds only.
 */
 
-#if OS(WINCE) && !PLATFORM(TORCHMOBILE)
+#if OS(WINCE)
 /* FIXME: We include this here only to avoid a conflict with the ASSERT macro. */
 #include <windows.h>
 #undef min
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to